Small string change: replaced Ok with OK.
It shouldn't hurt anyone. svn path=/trunk/KDE/kdelibs/; revision=1068691
This commit is contained in:
parent
e6097845d9
commit
5449cdbd82
@ -1046,7 +1046,7 @@ void Applet::showMessage(const QIcon &icon, const QString &message, const Messag
|
||||
|
||||
if (buttons & ButtonOk) {
|
||||
PushButton *ok = new PushButton(mainWidget);
|
||||
ok->setText(i18n("Ok"));
|
||||
ok->setText(i18n("OK"));
|
||||
ok->setIcon(KIcon("dialog-ok"));
|
||||
buttonLayout->addItem(ok);
|
||||
connect(ok, SIGNAL(clicked()), this, SLOT(destroyMessageOverlay()));
|
||||
|
Loading…
Reference in New Issue
Block a user