aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/face/face.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/face/face.c')
-rw-r--r--plugins/face/face.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/plugins/face/face.c b/plugins/face/face.c
index 1f0249c43b..e40bdfc16a 100644
--- a/plugins/face/face.c
+++ b/plugins/face/face.c
@@ -285,12 +285,12 @@ choose_new_face (void)
GtkFileFilter *filter;
filesel = gtk_file_chooser_dialog_new (
- _("Select a Face Picture"),
- NULL,
- GTK_FILE_CHOOSER_ACTION_OPEN,
- GTK_STOCK_CANCEL,
- GTK_RESPONSE_CANCEL,
- GTK_STOCK_OPEN, GTK_RESPONSE_OK, NULL);
+ _("Select a Face Picture"),
+ NULL,
+ GTK_FILE_CHOOSER_ACTION_OPEN,
+ _("_Cancel"), GTK_RESPONSE_CANCEL,
+ _("_Open"), GTK_RESPONSE_OK,
+ NULL);
gtk_dialog_set_default_response (GTK_DIALOG (filesel), GTK_RESPONSE_OK);