[gimp] app: consistent titles for the new channel and new path dialogs.



commit 6813dd0975d9d391bd3a501863b80d04dc941752
Author: Michael Natterer <mitch gimp org>
Date:   Sun Oct 23 23:01:47 2016 +0200

    app: consistent titles for the new channel and new path dialogs.

 app/actions/channels-commands.c |    2 +-
 app/actions/vectors-commands.c  |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/app/actions/channels-commands.c b/app/actions/channels-commands.c
index c3cc0d8..202faef 100644
--- a/app/actions/channels-commands.c
+++ b/app/actions/channels-commands.c
@@ -138,7 +138,7 @@ channels_new_cmd_callback (GtkAction *action,
                                            _("New Channel"),
                                            "gimp-channel-new",
                                            GIMP_STOCK_CHANNEL,
-                                           _("New Channel Options"),
+                                           _("Create a New Channel"),
                                            GIMP_HELP_CHANNEL_NEW,
                                            config->channel_new_name,
                                            &config->channel_new_color,
diff --git a/app/actions/vectors-commands.c b/app/actions/vectors-commands.c
index c993ece..008e0bb 100644
--- a/app/actions/vectors-commands.c
+++ b/app/actions/vectors-commands.c
@@ -192,7 +192,7 @@ vectors_new_cmd_callback (GtkAction *action,
                                            _("New Path"),
                                            "gimp-vectors-new",
                                            GIMP_STOCK_PATH,
-                                           _("New Path Options"),
+                                           _("Create a New Path"),
                                            GIMP_HELP_PATH_NEW,
                                            config->vectors_new_name,
                                            vectors_new_callback,


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