aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2012-02-16 19:01:40 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2012-02-16 21:09:19 +0800
commit8586e87ddfa2b09b31aa6fe2f98bede2be4769c5 (patch)
tree14603ba1a3f2ff609c6e45ba5fed40a11fc7ba52
parentbb7c70ed25061844341318d3f96c2b56beefcb5f (diff)
downloadgsoc2013-empathy-8586e87ddfa2b09b31aa6fe2f98bede2be4769c5.tar
gsoc2013-empathy-8586e87ddfa2b09b31aa6fe2f98bede2be4769c5.tar.gz
gsoc2013-empathy-8586e87ddfa2b09b31aa6fe2f98bede2be4769c5.tar.bz2
gsoc2013-empathy-8586e87ddfa2b09b31aa6fe2f98bede2be4769c5.tar.lz
gsoc2013-empathy-8586e87ddfa2b09b31aa6fe2f98bede2be4769c5.tar.xz
gsoc2013-empathy-8586e87ddfa2b09b31aa6fe2f98bede2be4769c5.tar.zst
gsoc2013-empathy-8586e87ddfa2b09b31aa6fe2f98bede2be4769c5.zip
import-dialog: set a verb on the 'Ok' button
https://bugzilla.gnome.org/show_bug.cgi?id=670201
-rw-r--r--src/empathy-import-dialog.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/empathy-import-dialog.c b/src/empathy-import-dialog.c
index 785fe6358..4e00bd11a 100644
--- a/src/empathy-import-dialog.c
+++ b/src/empathy-import-dialog.c
@@ -71,8 +71,10 @@ import_dialog_add_import_widget (EmpathyImportDialog *self)
priv->iw = iw;
- gtk_dialog_add_buttons (GTK_DIALOG (self), GTK_STOCK_CANCEL,
- GTK_RESPONSE_CANCEL, GTK_STOCK_OK, GTK_RESPONSE_OK, NULL);
+ gtk_dialog_add_buttons (GTK_DIALOG (self),
+ GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL,
+ _("_Import"), GTK_RESPONSE_OK,
+ NULL);
}
static void