summaryrefslogtreecommitdiffstats
path: root/src/ui
diff options
context:
space:
mode:
authorJon A. Cruz <jon@joncruz.org>2007-12-02 08:33:16 +0000
committerjoncruz <joncruz@users.sourceforge.net>2007-12-02 08:33:16 +0000
commiteba4e37a28c51e7769900e99891889cea0859927 (patch)
tree2e8e154aa4a13a37910ba44682a6b56728c4cfb6 /src/ui
parentcolor value overwrite bug fixed (diff)
downloadinkscape-eba4e37a28c51e7769900e99891889cea0859927.tar.gz
inkscape-eba4e37a28c51e7769900e99891889cea0859927.zip
UI tweaks for CMS view toggle
(bzr r4152)
Diffstat (limited to 'src/ui')
-rw-r--r--src/ui/dialog/inkscape-preferences.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ui/dialog/inkscape-preferences.cpp b/src/ui/dialog/inkscape-preferences.cpp
index b950ed03b..1d7acf100 100644
--- a/src/ui/dialog/inkscape-preferences.cpp
+++ b/src/ui/dialog/inkscape-preferences.cpp
@@ -688,7 +688,7 @@ void InkscapePreferences::initPageCMS()
_cms_intent.init("options.displayprofile", "intent", intentLabels, intentValues, numIntents, 0);
- _page_cms.add_line( false, _("Display intent:"), _cms_intent, "",
+ _page_cms.add_line( false, _("Display rendering intent:"), _cms_intent, "",
_("The rendering intent to use to calibrate display output."), false);
_page_cms.add_group_header( _("Proofing"));
@@ -711,7 +711,7 @@ void InkscapePreferences::initPageCMS()
_("The ICC profile to use to simulate device output."), false);
_cms_proof_intent.init("options.softproof", "intent", intentLabels, intentValues, numIntents, 0);
- _page_cms.add_line( false, _("Device intent:"), _cms_proof_intent, "",
+ _page_cms.add_line( false, _("Device rendering intent:"), _cms_proof_intent, "",
_("The rendering intent to use to calibrate display output."), false);
_cms_proof_blackpoint.init( _("Black Point Compensation"), "options.softproof", "bpc", false);