[Digikam-devel] extragear/graphics/digikam
Francisco J. Cruz
fj.cruz at supercable.es
Fri Jan 19 21:30:56 GMT 2007
SVN commit 625295 by fjcruz:
Bug 138444 has been fixed. For clarity and consistence with other graphics applications some button's captions han been changed.
CCMAIL: digikam-devel at kde.org
M +1 -1 imageplugins/imageeffect_iccproof.cpp
M +2 -2 utilities/imageeditor/canvas/colorcorrectiondlg.cpp
--- trunk/extragear/graphics/digikam/imageplugins/imageeffect_iccproof.cpp #625294:625295
@@ -204,7 +204,7 @@
m_embeddProfileBox = new QCheckBox(generalOptions);
m_embeddProfileBox->setChecked(true);
- m_embeddProfileBox->setText(i18n("Embed profile"));
+ m_embeddProfileBox->setText(i18n("Assign profile"));
QWhatsThis::add(m_embeddProfileBox, i18n("<p>You can use this option to embed "
"the selected work-space color profile into the image.</p>"));
--- trunk/extragear/graphics/digikam/utilities/imageeditor/canvas/colorcorrectiondlg.cpp #625294:625295
@@ -56,11 +56,11 @@
m_iccTrans = iccTrans;
m_parent = parent;
setHelp("iccprofile.anchor", "digikam");
- setButtonText(Ok, i18n("Apply"));
+ setButtonText(Ok, i18n("Convert"));
setButtonTip(Ok, i18n("Apply the default color workspace profile to the image"));
setButtonText(Cancel, i18n("Do Nothing"));
setButtonTip(Cancel, i18n("Do not change the image"));
- setButtonText(Apply, i18n("Embed Only"));
+ setButtonText(Apply, i18n("Assign"));
setButtonTip(Apply, i18n("Embed only the color workspace profile to the image without changing the image"));
QFileInfo fi(file);
More information about the Digikam-devel
mailing list