added comments for translators.

2005-09-13  Sven Neumann  <sven@gimp.org>

	* modules/colorsel_cmyk.c: added comments for translators.
This commit is contained in:
Sven Neumann 2005-09-13 16:06:06 +00:00 committed by Sven Neumann
parent aa5665a9bd
commit bfec892e4c
2 changed files with 8 additions and 0 deletions

View file

@ -1,3 +1,7 @@
2005-09-13 Sven Neumann <sven@gimp.org>
* modules/colorsel_cmyk.c: added comments for translators.
2005-09-13 Sven Neumann <sven@gimp.org>
* app/core/gimppalette-import.c (gimp_palette_import_from_image):

View file

@ -144,9 +144,13 @@ colorsel_cmyk_init (ColorselCmyk *module)
static const gchar *cmyk_labels[] =
{
/* Cyan */
N_("_C"),
/* Magenta */
N_("_M"),
/* Yellow */
N_("_Y"),
/* Key (Black) */
N_("_K")
};
static const gchar *cmyk_tips[] =