Mercurial > hg > easyhg
changeset 596:abfef4acceca easyhg_v1.2.1
Minor text fix
author | Chris Cannam |
---|---|
date | Tue, 17 Apr 2012 13:59:08 +0100 |
parents | d61c7ad320d9 |
children | 5271c3b97eb2 |
files | src/filestatuswidget.cpp |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/filestatuswidget.cpp Tue Apr 17 13:58:09 2012 +0100 +++ b/src/filestatuswidget.cpp Tue Apr 17 13:59:08 2012 +0100 @@ -79,7 +79,7 @@ "They will not be deleted from the local folder."); m_descriptions[FileStates::Missing] = tr("These files are recorded in the version control, but absent from your working folder.<br>" "If you intended to delete them, select them and use Remove to tell the version control system about it.<br>" - "If you deleted them by accident, select them and use Revert to restore their previous contents."); + "If you deleted them by accident, right-click them and use Revert to restore their previous contents."); m_descriptions[FileStates::InConflict] = tr("These files are unresolved following an incomplete merge.<br>Use Merge to try to resolve the merge again."); m_descriptions[FileStates::Unknown] = tr("These files are in your working folder but are not under version control.<br>" // "Select a file and use Add to place it under version control or Ignore to remove it from this list.");