marked blurbs as translatable.
2007-09-23 Sven Neumann <sven@gimp.org> * plug-ins/common/lcms.c: marked blurbs as translatable. svn path=/trunk/; revision=23631
This commit is contained in:

committed by
Sven Neumann

parent
2e1402c01b
commit
f1ce484ab2
@ -1,3 +1,7 @@
|
|||||||
|
2007-09-23 Sven Neumann <sven@gimp.org>
|
||||||
|
|
||||||
|
* plug-ins/common/lcms.c: marked blurbs as translatable.
|
||||||
|
|
||||||
2007-09-23 Simon Budig <simon@gimp.org>
|
2007-09-23 Simon Budig <simon@gimp.org>
|
||||||
|
|
||||||
* app/display/gimpdisplay.c: Accomodate for spill that
|
* app/display/gimpdisplay.c: Accomodate for spill that
|
||||||
|
@ -218,7 +218,7 @@ query (void)
|
|||||||
};
|
};
|
||||||
|
|
||||||
gimp_install_procedure (PLUG_IN_PROC_SET,
|
gimp_install_procedure (PLUG_IN_PROC_SET,
|
||||||
"Set ICC color profile on the image",
|
N_("Set a color profile on the image"),
|
||||||
"This procedure sets an ICC color profile on an "
|
"This procedure sets an ICC color profile on an "
|
||||||
"image using the 'icc-profile' parasite. It does "
|
"image using the 'icc-profile' parasite. It does "
|
||||||
"not do any color conversion.",
|
"not do any color conversion.",
|
||||||
@ -248,7 +248,7 @@ query (void)
|
|||||||
set_rgb_args, NULL);
|
set_rgb_args, NULL);
|
||||||
|
|
||||||
gimp_install_procedure (PLUG_IN_PROC_APPLY,
|
gimp_install_procedure (PLUG_IN_PROC_APPLY,
|
||||||
"Apply a color profile on the image",
|
_("Apply a color profile on the image"),
|
||||||
"This procedure transform from the image's color "
|
"This procedure transform from the image's color "
|
||||||
"profile (or the default RGB profile if none is "
|
"profile (or the default RGB profile if none is "
|
||||||
"set) to the given ICC color profile. Only RGB "
|
"set) to the given ICC color profile. Only RGB "
|
||||||
|
Reference in New Issue
Block a user