r14478 by cbradney - Fix typo in new prefs CM tab
scribus-commit
scribus-commit at lists.scribus.net
Tue Jan 5 23:10:17 CET 2010
Revision: 14478
Author: cbradney
Date: 2010-01-05T09:11:59.729852Z
Commit message: Fix typo in new prefs CM tab
Changeset:
M /trunk/Scribus/scribus/ui/prefs_colormanagement.cpp
Diffs:
Index: scribus/ui/prefs_colormanagement.cpp
===================================================================
--- scribus/ui/prefs_colormanagement.cpp (revision 14477)
+++ scribus/ui/prefs_colormanagement.cpp (revision 14478)
@@ -21,7 +21,7 @@
if (!m_canChangeMonitorProfile)
{
monitorProfileComboBox->setVisible(false);
- monitorLabel->setText( tr("Monitor profile can only be changed when no document are currently opened.") );
+ monitorLabel->setText( tr("Monitor profiles can only be changed when no documents are currently open.") );
}
}
More information about the scribus-commit
mailing list