summaryrefslogtreecommitdiffstats
path: root/shemov.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'shemov.cpp')
-rw-r--r--shemov.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/shemov.cpp b/shemov.cpp
index 77e4b31..e63b93b 100644
--- a/shemov.cpp
+++ b/shemov.cpp
@@ -338,7 +338,7 @@ void SheMov::createActions(){
mMoveA = new QAction(tr("Move file(s)..."), this);
mMoveA->setShortcut(tr("CTRL+m"));
connect(mMoveA, SIGNAL(triggered()), mFSWidget, SLOT(moveFiles()));
- mRenameA = new QAction(tr("Rename file..."), this);
+ mRenameA = new QAction(tr("Rename..."), this);
mRenameA->setShortcut(tr("CTRL+r"));
connect(mRenameA, SIGNAL(triggered()), mFSWidget, SLOT(renameFile()));
mMountDvdA = new QAction(QIcon(":/diaper.png"), tr("(Un)mount DVD drive"), this);