diff options
| author | Malcolm Hunter <[email protected]> | 2008-04-01 23:32:40 +0000 |
|---|---|---|
| committer | Malcolm Hunter <[email protected]> | 2008-04-01 23:32:40 +0000 |
| commit | 762418b05a7dea8f7d37813c23ae2a0ef68bd101 (patch) | |
| tree | a00d50139dd049224544e8ea2172a9e67685da28 /src/dolphincontextmenu.cpp | |
| parent | afb9e2d1323f269bd410265c08212643c612a3b3 (diff) | |
Typo fixes
svn path=/trunk/KDE/kdebase/apps/; revision=792746
Diffstat (limited to 'src/dolphincontextmenu.cpp')
| -rw-r--r-- | src/dolphincontextmenu.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dolphincontextmenu.cpp b/src/dolphincontextmenu.cpp index dd88fb74b..6ee2c1672 100644 --- a/src/dolphincontextmenu.cpp +++ b/src/dolphincontextmenu.cpp @@ -116,7 +116,7 @@ void DolphinContextMenu::openTrashContextMenu() QAction *action = popup->exec(QCursor::pos()); if (action == emptyTrashAction) { - const QString text(i18nc("@info", "Do you really want to empty the Trash? All items will get deleted.")); + const QString text(i18nc("@info", "Do you really want to empty the Trash? All items will be deleted.")); const bool del = KMessageBox::warningContinueCancel(m_mainWindow, text, QString(), |
