From: luca_bruno Date: Sun, 11 Nov 2007 22:09:10 +0000 (+0000) Subject: * added reference link for translators X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=485a939d7aded5df9e9d5c72eba24d8bbdfd2414;p=inkscape.git * added reference link for translators --- 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};