[gimp/gimp-2-8] file-export* labels renamed.



commit 3097b94e614841150c6790c1932f85b51a261812
Author: Jehan <jehan girinstud io>
Date:   Mon Nov 18 09:44:10 2013 +1300

    file-export* labels renamed.
    
    Follows updated save+export specification.
    Partial implementation of commit 4b14ed2. The full commit also renames
    the actions for consistency.

 app/actions/file-actions.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/app/actions/file-actions.c b/app/actions/file-actions.c
index 45185a2..1235b8b 100644
--- a/app/actions/file-actions.c
+++ b/app/actions/file-actions.c
@@ -143,7 +143,7 @@ static const GimpEnumActionEntry file_save_actions[] =
     GIMP_HELP_FILE_SAVE },
 
   { "file-export-to", NULL,
-    NC_("file-action", "Export to"), "<primary>E",
+    NC_("file-action", "Export"), "<primary>E",
     NC_("file-action", "Export the image again"),
     GIMP_SAVE_MODE_EXPORT_TO, FALSE,
     GIMP_HELP_FILE_EXPORT_TO },
@@ -155,7 +155,7 @@ static const GimpEnumActionEntry file_save_actions[] =
     GIMP_HELP_FILE_OVERWRITE },
 
   { "file-export", NULL,
-    NC_("file-action", "Export..."), "<primary><shift>E",
+    NC_("file-action", "Export As..."), "<primary><shift>E",
     NC_("file-action", "Export the image to various file formats such as PNG or JPEG"),
     GIMP_SAVE_MODE_EXPORT, FALSE,
     GIMP_HELP_FILE_EXPORT }
@@ -303,7 +303,7 @@ file_actions_update (GimpActionGroup *group,
   else
     {
       gimp_action_group_set_action_label (group,
-                                          "file-export-to", _("Export to"));
+                                          "file-export-to", _("Export"));
     }
 
   /*  needed for the empty display  */


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