[gimp] Add missing mnemonics for Keep/Convert buttons



commit 17a805bd329afbba7c09630c78b19de926a81bce
Author: Alexandre Prokoudine <alexandre prokoudine gmail com>
Date:   Tue Jan 24 22:11:46 2017 +0300

    Add missing mnemonics for Keep/Convert buttons

 app/dialogs/color-profile-import-dialog.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/app/dialogs/color-profile-import-dialog.c b/app/dialogs/color-profile-import-dialog.c
index 0269959..1e31df4 100644
--- a/app/dialogs/color-profile-import-dialog.c
+++ b/app/dialogs/color-profile-import-dialog.c
@@ -101,8 +101,8 @@ color_profile_import_dialog_run (GimpImage                 *image,
                               gimp_standard_help_func,
                               GIMP_HELP_IMAGE_COLOR_PROFILE_IMPORT,
 
-                              _("Keep"),    GTK_RESPONSE_CANCEL,
-                              _("Convert"), GTK_RESPONSE_OK,
+                              _("_Keep"),    GTK_RESPONSE_CANCEL,
+                              _("C_onvert"), GTK_RESPONSE_OK,
 
                               NULL);
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]