Add "..." after "<Applet Name> Settings" to comply with HIG

Reviewed-by: Marco Martin

BUG: 339756
This commit is contained in:
Martin Klapetek 2014-10-07 17:45:00 +02:00
parent ad03d0bb14
commit cbe50c408b

View File

@ -113,7 +113,7 @@ void AppletPrivate::init(const QString &packagePath, const QVariantList &args)
QAction *configAction = actions->action("configure");
if (configAction) {
configAction->setText(i18nc("%1 is the name of the applet", "%1 Settings", q->title().replace('&', "&&")));
configAction->setText(i18nc("%1 is the name of the applet", "%1 Settings...", q->title().replace('&', "&&")));
}
if (!appletDescription.isValid()) {