[gimp] app: Capitalize Windows-menu items



commit 122feb0dd5a52440b11c300694ca34822da7f276
Author: Martin Nordholts <martinn src gnome org>
Date:   Sat Mar 20 18:05:12 2010 +0100

    app: Capitalize Windows-menu items
    
    All menu items are capitalized, 'Single-window mode' and 'Hide docks'
    shall also be capitalized.

 app/actions/windows-actions.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/app/actions/windows-actions.c b/app/actions/windows-actions.c
index cb0d460..e1df39d 100644
--- a/app/actions/windows-actions.c
+++ b/app/actions/windows-actions.c
@@ -92,7 +92,7 @@ static const GimpActionEntry windows_actions[] =
 static const GimpToggleActionEntry windows_toggle_actions[] =
 {
   { "windows-hide-docks", NULL,
-    NC_("windows-action", "Hide docks"),
+    NC_("windows-action", "Hide Docks"),
     /* The only reason we have Tab here is to give away the hardcoded
      * keyboard shortcut. If the user changes the shortcut to
      * something else, both that shortcut and Tab will work. The
@@ -106,7 +106,7 @@ static const GimpToggleActionEntry windows_toggle_actions[] =
     GIMP_HELP_WINDOWS_HIDE_DOCKS },
 
   { "windows-use-single-window-mode", NULL,
-    NC_("windows-action", "Single-window mode"), NULL,
+    NC_("windows-action", "Single-Window Mode"), NULL,
     NC_("windows-action", "When enabled GIMP is in a single-window mode. Far from completely implemented!"),
     G_CALLBACK (windows_use_single_window_mode_cmd_callback),
     FALSE,



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