From f4dc4407b9854e98a1b9acb9b3452a708b19ebc5 Mon Sep 17 00:00:00 2001 From: Sven Neumann Date: Wed, 30 Jul 2003 10:26:40 +0000 Subject: [PATCH] tweaked some blurbs. 2003-07-30 Sven Neumann * app/config/gimprc-blurbs.h: tweaked some blurbs. --- ChangeLog | 4 ++++ app/config/gimprc-blurbs.h | 23 ++++++++++++----------- 2 files changed, 16 insertions(+), 11 deletions(-) diff --git a/ChangeLog b/ChangeLog index 26b03c0ce2..0bfb90b823 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2003-07-30 Sven Neumann + + * app/config/gimprc-blurbs.h: tweaked some blurbs. + 2003-07-30 Michael Natterer * tools/pdbgen/app.pl: fixed UTF-8 check. diff --git a/app/config/gimprc-blurbs.h b/app/config/gimprc-blurbs.h index 396748fea1..aa5b40d2b8 100644 --- a/app/config/gimprc-blurbs.h +++ b/app/config/gimprc-blurbs.h @@ -20,11 +20,12 @@ N_("Sets the canvas padding color used if the padding mode is set to " \ "custom color.") #define FS_CANVAS_PADDING_MODE_BLURB \ -N_("Specifies how the area around the image should be drawn.") +N_("Specifies how the area around the image should be drawn when in " \ + "fullscreen mode.") #define FS_CANVAS_PADDING_COLOR_BLURB \ -N_("Sets the canvas padding color used if the padding mode is set to " \ - "custom color.") +N_("Sets the canvas padding color used when in fullscreen mode and " \ + "the padding mode is set to custom color.") #define COLORMAP_CYCLING_BLURB \ N_("Specify that marching ants for selected regions will be drawn with " \ @@ -262,20 +263,20 @@ N_("When enabled, the statusbar is visible by default. This can also be " \ "toggled with the \"View->Show Statusbar\" command.") #define FS_SHOW_MENUBAR_BLURB \ -N_("When enabled, the menubar is visible by default. This can also be " \ - "toggled with the \"View->Show Menubar\" command.") +N_("When enabled, the menubar is visible by default in fullscreen mode. "\ + "This can also be toggled with the \"View->Show Menubar\" command.") #define FS_SHOW_RULERS_BLURB \ -N_("When enabled, the rulers are visible by default. This can also be " \ - "toggled with the \"View->Show Rulers\" command.") +N_("When enabled, the rulers are visible by default in fullscreen mode. "\ + "This can also be toggled with the \"View->Show Rulers\" command.") #define FS_SHOW_SCROLLBARS_BLURB \ -N_("When enabled, the scrollbars are visible by default. This can also be " \ - "toggled with the \"View->Show Scrollbars\" command.") +N_("When enabled, the scrollbars are visible by default in fullscreen mode. "\ + "This can also be toggled with the \"View->Show Scrollbars\" command.") #define FS_SHOW_STATUSBAR_BLURB \ -N_("When enabled, the statusbar is visible by default. This can also be " \ - "toggled with the \"View->Show Statusbar\" command.") +N_("When enabled, the statusbar is visible by default in fullscreen mode. "\ + "This can also be toggled with the \"View->Show Statusbar\" command.") #define SHOW_TIPS_BLURB \ N_("Enable to display a handy GIMP tip on startup.")