summaryrefslogtreecommitdiff
path: root/src/dlg-add-folder.c
diff options
context:
space:
mode:
authorinfirit <[email protected]>2014-11-19 18:27:19 +0100
committerinfirit <[email protected]>2014-11-19 21:02:22 +0100
commita8f51fed46262a7c1724734aa5d9418b67c2c899 (patch)
tree2d7f01bf86924883b7b82f8eaa9ad0e8ad739e03 /src/dlg-add-folder.c
parent9fdd4f50c9340ed86e60a90502d56e8eb060523d (diff)
downloadengrampa-a8f51fed46262a7c1724734aa5d9418b67c2c899.tar.bz2
engrampa-a8f51fed46262a7c1724734aa5d9418b67c2c899.tar.xz
set a mnemonic for the label in the request dialog
Based on FR commit: 41dec4d902314789b5e2c247fe5a4d8890b5542b From: Paolo Bacchilega <[email protected]>
Diffstat (limited to 'src/dlg-add-folder.c')
-rw-r--r--src/dlg-add-folder.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dlg-add-folder.c b/src/dlg-add-folder.c
index 3eb4e91..01762f6 100644
--- a/src/dlg-add-folder.c
+++ b/src/dlg-add-folder.c
@@ -888,7 +888,7 @@ save_options_cb (GtkWidget *w,
GTK_WINDOW (data->dialog),
GTK_DIALOG_MODAL,
_("Save Options"),
- _("Options Name:"),
+ _("_Options Name:"),
(data->last_options != NULL) ? data->last_options : "",
1024,
GTK_STOCK_CANCEL,