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:
parent
aa5665a9bd
commit
bfec892e4c
2 changed files with 8 additions and 0 deletions
|
|
@ -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):
|
||||
|
|
|
|||
|
|
@ -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[] =
|
||||
|
|
|
|||
Loading…
Reference in a new issue