[Kde-imaging] [kipiplugins] [Bug 332838] New: string problems: word puzzle, exclamation marks
Alexander Potashev
aspotashev at gmail.com
Mon Mar 31 08:43:32 UTC 2014
https://bugs.kde.org/show_bug.cgi?id=332838
Bug ID: 332838
Summary: string problems: word puzzle, exclamation marks
Classification: Unclassified
Product: kipiplugins
Version: unspecified
Platform: Gentoo Packages
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: NOR
Component: PhotoLayoutsEditor
Assignee: kde-imaging at kde.org
Reporter: aspotashev at gmail.com
Two problems:
1. at effects/PixelizePhotoEffect.cpp:123
return i18n("Pixelize [") + PIXEL_SIZE_STRING + '=' +
QString::number(m_pixelSize) + ']';
Please use placeholders %1, %2, e.g. like this:
i18n("Pixelize [%1=%2]", ...)
2. Please remove exclamation mark at widgets/canvas/Scene.cpp:1525 in string
"Unable to create one element!" and its plural form. See
http://techbase.kde.org/Projects/Usability/HIG/Exclamation_points
Reproducible: Always
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Kde-imaging
mailing list