Mercurial > hg > easyhg
changeset 544:bb98b65b23c9 fswatcher
Rename Refresh menu function to make it clearer that it only re-reads (doesn't pull, update etc)
author | Chris Cannam |
---|---|
date | Tue, 14 Feb 2012 17:30:46 +0000 |
parents | a220f99f1134 |
children | 3944da037ab8 |
files | src/mainwindow.cpp |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/mainwindow.cpp Tue Feb 14 17:27:34 2012 +0000 +++ b/src/mainwindow.cpp Tue Feb 14 17:30:46 2012 +0000 @@ -2884,7 +2884,7 @@ m_exitAct->setStatusTip(tr("Exit EasyMercurial")); //Repository actions - m_hgRefreshAct = new QAction(QIcon(":/images/status.png"), tr("&Refresh"), this); + m_hgRefreshAct = new QAction(QIcon(":/images/status.png"), tr("&Re-Read Working Folder"), this); m_hgRefreshAct->setShortcut(tr("Ctrl+R")); m_hgRefreshAct->setStatusTip(tr("Refresh the window to show the current state of the working folder"));