diff options
| author | Nicolas Dufour <nicoduf@yahoo.fr> | 2010-04-25 16:35:35 +0000 |
|---|---|---|
| committer | JazzyNico <nicoduf@yahoo.fr> | 2010-04-25 16:35:35 +0000 |
| commit | 92347bef8cc2a8d8cc43deeafa17840d59712244 (patch) | |
| tree | b2c719d218a548da9fa5f9833d6ab7310af8874a /src | |
| parent | i18n. Fix for bug #425202 (script messages not translated). (diff) | |
| download | inkscape-92347bef8cc2a8d8cc43deeafa17840d59712244.tar.gz inkscape-92347bef8cc2a8d8cc43deeafa17840d59712244.zip | |
Typo fix in preferences by Masato Hashimoto (bug #569339).
Fixed bugs:
- https://launchpad.net/bugs/569339
(bzr r9372)
Diffstat (limited to 'src')
| -rw-r--r-- | src/ui/dialog/inkscape-preferences.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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, "", |
