From 2d2e4eace7d6ab6fe28472edce6aebc9f84e16b1 Mon Sep 17 00:00:00 2001 From: Luca Bruno Date: Sun, 11 Nov 2007 22:09:10 +0000 Subject: * added reference link for translators (bzr r4062) --- src/ui/dialog/inkscape-preferences.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src') 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}; -- cgit v1.2.3