[Uml-devel] KDE/kdesdk/umbrello/umbrello
Ralf Habacker
ralf.habacker at gmail.com
Wed Mar 28 12:56:45 UTC 2012
SVN commit 1287498 by habacker:
Fixed wrong i18n call.
M +1 -1 listpopupmenu.cpp
--- trunk/KDE/kdesdk/umbrello/umbrello/listpopupmenu.cpp #1287497:1287498
@@ -1727,7 +1727,7 @@
foreach(const QString &key, configFiles.keys()) {
if (i >= types.size())
break;
- insert(types[i], QPixmap(), i18n("apply '%1'").arg(configFiles[key]));
+ insert(types[i], QPixmap(), i18n("apply '%1'",configFiles[key]));
getAction(types[i])->setData(QVariant(key));
i++;
}
More information about the umbrello-devel
mailing list