summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLuca Bruno <lucab@debian.org>2007-11-11 22:09:10 +0000
committerluca_bruno <luca_bruno@users.sourceforge.net>2007-11-11 22:09:10 +0000
commit2d2e4eace7d6ab6fe28472edce6aebc9f84e16b1 (patch)
treed68b84ba5a2769cbc59b4c6d8ff7c897c18f7107 /src
parent* [it] a little progress (diff)
downloadinkscape-2d2e4eace7d6ab6fe28472edce6aebc9f84e16b1.tar.gz
inkscape-2d2e4eace7d6ab6fe28472edce6aebc9f84e16b1.zip
* added reference link for translators
(bzr r4062)
Diffstat (limited to 'src')
-rw-r--r--src/ui/dialog/inkscape-preferences.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/dialog/inkscape-preferences.cpp b/src/ui/dialog/inkscape-preferences.cpp
index ccc41a0a3..cd4727973 100644
--- a/src/ui/dialog/inkscape-preferences.cpp
+++ b/src/ui/dialog/inkscape-preferences.cpp
@@ -674,6 +674,7 @@ static void gamutColorChanged( Gtk::ColorButton* btn ) {
void InkscapePreferences::initPageCMS()
{
int const numIntents = 4;
+ /* TRANSLATORS: see http://www.newsandtech.com/issues/2004/03-04/pt/03-04_rendering.htm */
Glib::ustring intentLabels[numIntents] = {_("Perceptual"), _("Relative Colorimetric"), _("Saturation"), _("Absolute Colorimetric")};
int intentValues[numIntents] = {0, 1, 2, 3};