diff options
| author | Stephan Binner <[email protected]> | 2007-04-04 21:11:21 +0000 |
|---|---|---|
| committer | Stephan Binner <[email protected]> | 2007-04-04 21:11:21 +0000 |
| commit | c209c33cdd3624ca3cf6e9daadad3d7938c8f37b (patch) | |
| tree | ae152997d3923fa1de2321e330d3d86362a63cc0 /src/dolphinmainwindow.cpp | |
| parent | 9ded114ceb0b021aed051f99cc7dd2ba28490782 (diff) | |
i18n style guide fixes
svn path=/trunk/KDE/kdebase/apps/; revision=650575
Diffstat (limited to 'src/dolphinmainwindow.cpp')
| -rw-r--r-- | src/dolphinmainwindow.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dolphinmainwindow.cpp b/src/dolphinmainwindow.cpp index 9ff5c5024..dc23b5573 100644 --- a/src/dolphinmainwindow.cpp +++ b/src/dolphinmainwindow.cpp @@ -1061,7 +1061,7 @@ void DolphinMainWindow::setupActions() // setup 'File' menu m_newMenu = new DolphinNewMenu(this); KMenu* menu = m_newMenu->menu(); - menu->setTitle(i18n("Create New...")); + menu->setTitle(i18n("Create New")); menu->setIcon(KIcon("document-new")); connect(menu, SIGNAL(aboutToShow()), this, SLOT(updateNewMenu())); @@ -1073,7 +1073,7 @@ void DolphinMainWindow::setupActions() connect(newWindow, SIGNAL(triggered()), this, SLOT(openNewMainWindow())); QAction* rename = actionCollection()->addAction("rename"); - rename->setText(i18n("Rename")); + rename->setText(i18n("Rename...")); rename->setShortcut(Qt::Key_F2); connect(rename, SIGNAL(triggered()), this, SLOT(rename())); |
