From bfec892e4c7eb74fe9ccf0fa51036248ae45e2b8 Mon Sep 17 00:00:00 2001 From: Sven Neumann Date: Tue, 13 Sep 2005 16:06:06 +0000 Subject: [PATCH] added comments for translators. 2005-09-13 Sven Neumann * modules/colorsel_cmyk.c: added comments for translators. --- ChangeLog | 4 ++++ modules/colorsel_cmyk.c | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/ChangeLog b/ChangeLog index f92be5c254..59145f6840 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2005-09-13 Sven Neumann + + * modules/colorsel_cmyk.c: added comments for translators. + 2005-09-13 Sven Neumann * app/core/gimppalette-import.c (gimp_palette_import_from_image): diff --git a/modules/colorsel_cmyk.c b/modules/colorsel_cmyk.c index 80b073d462..ce168e1416 100644 --- a/modules/colorsel_cmyk.c +++ b/modules/colorsel_cmyk.c @@ -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[] = -- GitLab