summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: dc73c34)
raw | patch | inline | side by side (parent: dc73c34)
author | luca_bruno <luca_bruno@users.sourceforge.net> | |
Sun, 11 Nov 2007 22:09:10 +0000 (22:09 +0000) | ||
committer | luca_bruno <luca_bruno@users.sourceforge.net> | |
Sun, 11 Nov 2007 22:09:10 +0000 (22:09 +0000) |
src/ui/dialog/inkscape-preferences.cpp | patch | blob | history |
index ccc41a0a317bc022c8729df9c19a34a9d9903907..cd4727973eaed8ee95d74cdb11d19bdb96d00beb 100644 (file)
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};