Add "..." after "<Applet Name> Settings" to comply with HIG
Reviewed-by: Marco Martin BUG: 339756
This commit is contained in:
parent
ad03d0bb14
commit
cbe50c408b
@ -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()) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user