[gimp] app: consistent labels and tooltips for the "Show in File Manager" actions



commit b6eba9bd1f635749bdf9aab2817d306a71ca3bae
Author: Michael Natterer <mitch gimp org>
Date:   Tue Feb 17 13:05:21 2015 +0100

    app: consistent labels and tooltips for the "Show in File Manager" actions

 app/actions/brushes-actions.c      |    4 ++--
 app/actions/documents-actions.c    |    2 +-
 app/actions/dynamics-actions.c     |    2 +-
 app/actions/file-actions.c         |    2 +-
 app/actions/gradients-actions.c    |    2 +-
 app/actions/palettes-actions.c     |    2 +-
 app/actions/patterns-actions.c     |    2 +-
 app/actions/tool-presets-actions.c |    2 +-
 8 files changed, 9 insertions(+), 9 deletions(-)
---
diff --git a/app/actions/brushes-actions.c b/app/actions/brushes-actions.c
index 113a563..dffbe95 100644
--- a/app/actions/brushes-actions.c
+++ b/app/actions/brushes-actions.c
@@ -68,8 +68,8 @@ static const GimpActionEntry brushes_actions[] =
     GIMP_HELP_BRUSH_COPY_LOCATION },
 
   { "brushes-show-in-file-manager", "gtk-directory",
-    NC_("brushes-action", "Show Brush in _File Manager"), NULL,
-    NC_("brushes-action", "Show the brush file location in the file manager"),
+    NC_("brushes-action", "Show in _File Manager"), NULL,
+    NC_("brushes-action", "Show brush file location in the file manager"),
     G_CALLBACK (data_show_in_file_manager_cmd_callback),
     GIMP_HELP_BRUSH_SHOW_IN_FILE_MANAGER },
 
diff --git a/app/actions/documents-actions.c b/app/actions/documents-actions.c
index 71ee50b..350e59f 100644
--- a/app/actions/documents-actions.c
+++ b/app/actions/documents-actions.c
@@ -67,7 +67,7 @@ static const GimpActionEntry documents_actions[] =
     GIMP_HELP_DOCUMENT_COPY_LOCATION },
 
   { "documents-show-in-file-manager", "gtk-directory",
-    NC_("documents-action", "Show Image in _File Manager"), NULL,
+    NC_("documents-action", "Show in _File Manager"), NULL,
     NC_("documents-action", "Show image location in the file manager"),
     G_CALLBACK (documents_show_in_file_manager_cmd_callback),
     GIMP_HELP_DOCUMENT_SHOW_IN_FILE_MANAGER },
diff --git a/app/actions/dynamics-actions.c b/app/actions/dynamics-actions.c
index 5738e2d..074712a 100644
--- a/app/actions/dynamics-actions.c
+++ b/app/actions/dynamics-actions.c
@@ -62,7 +62,7 @@ static const GimpActionEntry dynamics_actions[] =
     GIMP_HELP_DYNAMICS_COPY_LOCATION },
 
   { "dynamics-show-in-file-manager", "gtk-directory",
-    NC_("dynamics-action", "Show Dynamics in _File Manager"), NULL,
+    NC_("dynamics-action", "Show in _File Manager"), NULL,
     NC_("dynamics-action", "Show dynamics file location in the file manager"),
     G_CALLBACK (data_show_in_file_manager_cmd_callback),
     GIMP_HELP_DYNAMICS_SHOW_IN_FILE_MANAGER },
diff --git a/app/actions/file-actions.c b/app/actions/file-actions.c
index 027edac..566a07e 100644
--- a/app/actions/file-actions.c
+++ b/app/actions/file-actions.c
@@ -110,7 +110,7 @@ static const GimpActionEntry file_actions[] =
 
   { "file-show-in-file-manager", "gtk-directory",
     NC_("file-action", "Show in File Manager"), "<primary><alt>F",
-    NC_("file-action", "Show in File Manager"),
+    NC_("file-action", "Show image file location in the file manager"),
     G_CALLBACK (file_show_in_file_manager_cmd_callback),
     GIMP_HELP_FILE_SHOW_IN_FILE_MANAGER },
 
diff --git a/app/actions/gradients-actions.c b/app/actions/gradients-actions.c
index 4192bf6..9f9fd31 100644
--- a/app/actions/gradients-actions.c
+++ b/app/actions/gradients-actions.c
@@ -63,7 +63,7 @@ static const GimpActionEntry gradients_actions[] =
     GIMP_HELP_GRADIENT_COPY_LOCATION },
 
   { "gradients-show-in-file-manager", "gtk-directory",
-    NC_("gradients-action", "Show Gradient in _File Manager"), NULL,
+    NC_("gradients-action", "Show in _File Manager"), NULL,
     NC_("gradients-action", "Show gradient file location in the file manager"),
     G_CALLBACK (data_show_in_file_manager_cmd_callback),
     GIMP_HELP_GRADIENT_SHOW_IN_FILE_MANAGER },
diff --git a/app/actions/palettes-actions.c b/app/actions/palettes-actions.c
index 2c04861..33c2c5a 100644
--- a/app/actions/palettes-actions.c
+++ b/app/actions/palettes-actions.c
@@ -75,7 +75,7 @@ static const GimpActionEntry palettes_actions[] =
     GIMP_HELP_PALETTE_COPY_LOCATION },
 
   { "palettes-show-in-file-manager", "gtk-directory",
-    NC_("palettes-action", "Show Palette in _File Manager"), NULL,
+    NC_("palettes-action", "Show in _File Manager"), NULL,
     NC_("palettes-action", "Show palette file location in the file manager"),
     G_CALLBACK (data_show_in_file_manager_cmd_callback),
     GIMP_HELP_PALETTE_SHOW_IN_FILE_MANAGER },
diff --git a/app/actions/patterns-actions.c b/app/actions/patterns-actions.c
index b0c3b01..2ce840c 100644
--- a/app/actions/patterns-actions.c
+++ b/app/actions/patterns-actions.c
@@ -68,7 +68,7 @@ static const GimpActionEntry patterns_actions[] =
     GIMP_HELP_PATTERN_COPY_LOCATION },
 
   { "patterns-show-in-file-manager", "gtk-directory",
-    NC_("patterns-action", "Show Pattern in _File Manager"), NULL,
+    NC_("patterns-action", "Show in _File Manager"), NULL,
     NC_("patterns-action", "Show pattern file location in the file manager"),
     G_CALLBACK (data_show_in_file_manager_cmd_callback),
     GIMP_HELP_PATTERN_SHOW_IN_FILE_MANAGER },
diff --git a/app/actions/tool-presets-actions.c b/app/actions/tool-presets-actions.c
index b9b7710..bf0f7b3 100644
--- a/app/actions/tool-presets-actions.c
+++ b/app/actions/tool-presets-actions.c
@@ -64,7 +64,7 @@ static const GimpActionEntry tool_presets_actions[] =
     GIMP_HELP_TOOL_PRESET_COPY_LOCATION },
 
   { "tool-presets-show-in-file-manager", "gtk-directory",
-    NC_("tool-presets-action", "Show Tool Preset in _File Manager"), NULL,
+    NC_("tool-presets-action", "Show in _File Manager"), NULL,
     NC_("tool-presets-action", "Show tool preset file location in the file manager"),
     G_CALLBACK (data_show_in_file_manager_cmd_callback),
     GIMP_HELP_TOOL_PRESET_SHOW_IN_FILE_MANAGER },


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