mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-23 18:32:50 +00:00
kmediaplayer: typo
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
62439ad012
commit
63384fbfdc
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ KMediaWindow::KMediaWindow(QWidget *parent, Qt::WindowFlags flags)
|
||||||
c->setText(i18n("Close"));
|
c->setText(i18n("Close"));
|
||||||
c->setIcon(KIcon("document-close"));
|
c->setIcon(KIcon("document-close"));
|
||||||
c->setShortcut(KStandardShortcut::close());
|
c->setShortcut(KStandardShortcut::close());
|
||||||
c->setWhatsThis(i18n("Close the the current path/URL."));
|
c->setWhatsThis(i18n("Close the current path/URL."));
|
||||||
|
|
||||||
KAction *d = actionCollection()->addAction("file_quit", this, SLOT(slotQuit()));
|
KAction *d = actionCollection()->addAction("file_quit", this, SLOT(slotQuit()));
|
||||||
d->setText(i18n("Quit"));
|
d->setText(i18n("Quit"));
|
||||||
|
|
Loading…
Add table
Reference in a new issue