https://bugs.kde.org/show_bug.cgi?id=369109
Bug ID: 369109
Summary: Untranslatable percent values in GUI
Product: umbrello
Version: 2.18.3 (KDE Applications 15.12.3)
Platform: Other
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: NOR
Component: general
Assignee: [email protected]
Reporter: [email protected]
Menu Diagram->Zoom has untranslatable zoom values
umbrello/uml.cpp:
action->setText(QLatin1String(" &") + QString::number(zoom) +
QLatin1Char('%')); //i18nc missing
see also https://bugs.kde.org/show_bug.cgi?id=330135
--
You are receiving this mail because:
You are watching all bug changes.