tweaked some blurbs.

2003-07-30  Sven Neumann  <sven@gimp.org>

	* app/config/gimprc-blurbs.h: tweaked some blurbs.
This commit is contained in:
Sven Neumann
2003-07-30 10:26:40 +00:00
committed by Sven Neumann
parent f23762ce56
commit f4dc4407b9
2 changed files with 16 additions and 11 deletions

View File

@ -1,3 +1,7 @@
2003-07-30 Sven Neumann <sven@gimp.org>
* app/config/gimprc-blurbs.h: tweaked some blurbs.
2003-07-30 Michael Natterer <mitch@gimp.org> 2003-07-30 Michael Natterer <mitch@gimp.org>
* tools/pdbgen/app.pl: fixed UTF-8 check. * tools/pdbgen/app.pl: fixed UTF-8 check.

View File

@ -20,11 +20,12 @@ N_("Sets the canvas padding color used if the padding mode is set to " \
"custom color.") "custom color.")
#define FS_CANVAS_PADDING_MODE_BLURB \ #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 \ #define FS_CANVAS_PADDING_COLOR_BLURB \
N_("Sets the canvas padding color used if the padding mode is set to " \ N_("Sets the canvas padding color used when in fullscreen mode and " \
"custom color.") "the padding mode is set to custom color.")
#define COLORMAP_CYCLING_BLURB \ #define COLORMAP_CYCLING_BLURB \
N_("Specify that marching ants for selected regions will be drawn with " \ 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.") "toggled with the \"View->Show Statusbar\" command.")
#define FS_SHOW_MENUBAR_BLURB \ #define FS_SHOW_MENUBAR_BLURB \
N_("When enabled, the menubar is visible by default. This can also be " \ N_("When enabled, the menubar is visible by default in fullscreen mode. "\
"toggled with the \"View->Show Menubar\" command.") "This can also be toggled with the \"View->Show Menubar\" command.")
#define FS_SHOW_RULERS_BLURB \ #define FS_SHOW_RULERS_BLURB \
N_("When enabled, the rulers are visible by default. This can also be " \ N_("When enabled, the rulers are visible by default in fullscreen mode. "\
"toggled with the \"View->Show Rulers\" command.") "This can also be toggled with the \"View->Show Rulers\" command.")
#define FS_SHOW_SCROLLBARS_BLURB \ #define FS_SHOW_SCROLLBARS_BLURB \
N_("When enabled, the scrollbars are visible by default. This can also be " \ N_("When enabled, the scrollbars are visible by default in fullscreen mode. "\
"toggled with the \"View->Show Scrollbars\" command.") "This can also be toggled with the \"View->Show Scrollbars\" command.")
#define FS_SHOW_STATUSBAR_BLURB \ #define FS_SHOW_STATUSBAR_BLURB \
N_("When enabled, the statusbar is visible by default. This can also be " \ N_("When enabled, the statusbar is visible by default in fullscreen mode. "\
"toggled with the \"View->Show Statusbar\" command.") "This can also be toggled with the \"View->Show Statusbar\" command.")
#define SHOW_TIPS_BLURB \ #define SHOW_TIPS_BLURB \
N_("Enable to display a handy GIMP tip on startup.") N_("Enable to display a handy GIMP tip on startup.")