[gimp/gimp-2-8] Fix syntaxis in user-visible messages



commit 48e4cb708e99bd17b5f5cf7e511141c65131bb82
Author: Alexandre Prokoudine <alexandre prokoudine gmail com>
Date:   Fri Oct 11 06:33:44 2013 +0400

    Fix syntaxis in user-visible messages
    
    Phrases starting with "When enabled" should have a comma.

 app/actions/windows-actions.c |    2 +-
 app/widgets/gimpdockwindow.c  |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/app/actions/windows-actions.c b/app/actions/windows-actions.c
index 63f671e..d48432d 100644
--- a/app/actions/windows-actions.c
+++ b/app/actions/windows-actions.c
@@ -113,7 +113,7 @@ static const GimpToggleActionEntry windows_toggle_actions[] =
 {
   { "windows-hide-docks", NULL,
     NC_("windows-action", "Hide Docks"), "Tab",
-    NC_("windows-action", "When enabled docks and other dialogs are hidden, leaving only image windows."),
+    NC_("windows-action", "When enabled, docks and other dialogs are hidden, leaving only image windows."),
     G_CALLBACK (windows_hide_docks_cmd_callback),
     FALSE,
     GIMP_HELP_WINDOWS_HIDE_DOCKS },
diff --git a/app/widgets/gimpdockwindow.c b/app/widgets/gimpdockwindow.c
index 9b8763a..15c0ab1 100644
--- a/app/widgets/gimpdockwindow.c
+++ b/app/widgets/gimpdockwindow.c
@@ -394,7 +394,7 @@ gimp_dock_window_constructed (GObject *object)
                         dock_window);
 
       gimp_help_set_help_data (dock_window->p->auto_button,
-                               _("When enabled the dialog automatically "
+                               _("When enabled, the dialog automatically "
                                  "follows the image you are working on."),
                                GIMP_HELP_DOCK_AUTO_BUTTON);
     }


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