SVN commit 488881 by fjcruz:
Minor error fixed in color profiles info dialog.
CCMAIL:
[hidden email]
M +2 -2 setupicc.cpp
--- trunk/extragear/graphics/digikam/utilities/setup/setupicc.cpp #488880:488881
@@ -528,8 +528,8 @@
KMessageBox::information(this, i18n("<p><b>Name:</b> ") + profileName +
i18n("</p><p><b>Description:</b> ") + profileDescription +
i18n("</p><p><b>Manufacturer:</b> ") + profileManufacturer +
- i18n("</p><p><b>Rendering Intent:</b> ") + intent + i18n("</p><p><b>Path: ") +
- profile + "</b></p>",
+ i18n("</p><p><b>Rendering Intent:</b> ") + intent + i18n("</p><p><b>Path:</b> ") +
+ profile + "</p>",
i18n("Color Profile Info"));
}
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel