From 92347bef8cc2a8d8cc43deeafa17840d59712244 Mon Sep 17 00:00:00 2001 From: Nicolas Dufour Date: Sun, 25 Apr 2010 18:35:35 +0200 Subject: Typo fix in preferences by Masato Hashimoto (bug #569339). Fixed bugs: - https://launchpad.net/bugs/569339 (bzr r9372) --- src/ui/dialog/inkscape-preferences.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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, "", -- cgit v1.2.3