From: JazzyNico Date: Sun, 25 Apr 2010 16:35:35 +0000 (+0200) Subject: Typo fix in preferences by Masato Hashimoto (bug #569339). X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=c374c8206f44bb1b403032ae39277bf17d7dcc68;p=inkscape.git Typo fix in preferences by Masato Hashimoto (bug #569339). --- diff --git a/src/ui/dialog/inkscape-preferences.cpp b/src/ui/dialog/inkscape-preferences.cpp index 96f0a0f6e..9ff643e90 100644 --- a/src/ui/dialog/inkscape-preferences.cpp +++ b/src/ui/dialog/inkscape-preferences.cpp @@ -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, "",