# HG changeset patch # User Chris Cannam # Date 1329240646 0 # Node ID bb98b65b23c95c20ab4ad37397597e31de19d962 # Parent a220f99f11346686122e5ca1d3644b51004347b2 Rename Refresh menu function to make it clearer that it only re-reads (doesn't pull, update etc) diff -r a220f99f1134 -r bb98b65b23c9 src/mainwindow.cpp --- 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"));