Code

Typo fix in preferences by Masato Hashimoto (bug #569339).
authorJazzyNico <nicoduf@yahoo.fr>
Sun, 25 Apr 2010 16:35:35 +0000 (18:35 +0200)
committerJazzyNico <nicoduf@yahoo.fr>
Sun, 25 Apr 2010 16:35:35 +0000 (18:35 +0200)
src/ui/dialog/inkscape-preferences.cpp

index 96f0a0f6e072f2114324e9b9ee9c3a01a0a4f22d..9ff643e90d11388b224ca0d2a75c289e7aec82d2 100644 (file)
@@ -943,7 +943,7 @@ void InkscapePreferences::initPageCMS()
 
     _cms_proof_intent.init("/options/softproof/intent", intentLabels, intentValues, numIntents, 0);
     _page_cms.add_line( false, _("Device rendering intent:"), _cms_proof_intent, "",
-                        _("The rendering intent to use to calibrate display output"), false);
+                        _("The rendering intent to use to calibrate device output"), false);
 
     _cms_proof_blackpoint.init( _("Black point compensation"), "/options/softproof/bpc", false);
     _page_cms.add_line( false, "", _cms_proof_blackpoint, "",