[gimp/soc-2011-seamless-clone2] Bug 688547 - Paint tools: preference 'Show pointer for paint tools'...
- From: Clayton Walker <claytonw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp/soc-2011-seamless-clone2] Bug 688547 - Paint tools: preference 'Show pointer for paint tools'...
- Date: Wed, 8 May 2013 14:51:15 +0000 (UTC)
commit fd800057cdc36e5b33501e8e080f33fbe307e878
Author: Michael Natterer <mitch gimp org>
Date: Wed Dec 12 00:22:52 2012 +0100
Bug 688547 - Paint tools: preference 'Show pointer for paint tools'...
Change labels and tooltips to say "brush tool" or "brush-based paint
tool" to make clear that only these are affected by the setting.
app/config/gimprc-blurbs.h | 4 ++--
app/dialogs/preferences-dialog.c | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/app/config/gimprc-blurbs.h b/app/config/gimprc-blurbs.h
index 2af5a29..6e89781 100644
--- a/app/config/gimprc-blurbs.h
+++ b/app/config/gimprc-blurbs.h
@@ -312,7 +312,7 @@ N_("Save the tool options when GIMP exits.")
"This path will be searched for scripts when the Script-Fu plug-in is run."
#define SHOW_BRUSH_OUTLINE_BLURB \
-N_("When enabled, all paint tools will show a preview of the current " \
+N_("When enabled, all brush-based paint tools will show a preview of the current " \
"brush's outline.")
#define SHOW_HELP_BUTTON_BLURB \
@@ -322,7 +322,7 @@ N_("When enabled, dialogs will show a help button that gives access to " \
#define SHOW_PAINT_TOOL_CURSOR_BLURB \
N_("When enabled, the mouse pointer will be shown over the image while " \
- "using a paint tool.")
+ "using a brush-based paint tool.")
#define SHOW_MENUBAR_BLURB \
N_("When enabled, the menubar is visible by default. This can also be " \
diff --git a/app/dialogs/preferences-dialog.c b/app/dialogs/preferences-dialog.c
index e4b0b04..c599eb0 100644
--- a/app/dialogs/preferences-dialog.c
+++ b/app/dialogs/preferences-dialog.c
@@ -2119,7 +2119,7 @@ prefs_dialog_new (Gimp *gimp,
_("Show _brush outline"),
GTK_BOX (vbox2));
prefs_check_button_add (object, "show-paint-tool-cursor",
- _("Show pointer for paint _tools"),
+ _("Show pointer for brush _tools"),
GTK_BOX (vbox2));
table = prefs_table_new (2, GTK_CONTAINER (vbox2));
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]