Mercurial > hg > easyhg
comparison src/filestatuswidget.cpp @ 631:ac8188fd6bc9
* Added shortcut for revert
author | Sam Izzo <sam@humbug.net> |
---|---|
date | Mon, 27 Aug 2012 01:25:16 +1000 |
parents | bddd0924109f |
children | f9fd48e55af1 |
comparison
equal
deleted
inserted
replaced
630:bddd0924109f | 631:ac8188fd6bc9 |
---|---|
80 #endif | 80 #endif |
81 | 81 |
82 m_shortcuts[FileStates::ShowIn] = tr("Ctrl+Shift+S"); | 82 m_shortcuts[FileStates::ShowIn] = tr("Ctrl+Shift+S"); |
83 m_shortcuts[FileStates::Diff] = tr("Ctrl+Shift+D"); | 83 m_shortcuts[FileStates::Diff] = tr("Ctrl+Shift+D"); |
84 m_shortcuts[FileStates::Commit] = tr("Ctrl+Shift+C"); | 84 m_shortcuts[FileStates::Commit] = tr("Ctrl+Shift+C"); |
85 m_shortcuts[FileStates::Revert] = tr("Ctrl+R"); | |
85 | 86 |
86 m_descriptions[FileStates::Clean] = tr("You have not changed these files."); | 87 m_descriptions[FileStates::Clean] = tr("You have not changed these files."); |
87 m_descriptions[FileStates::Modified] = tr("You have changed these files since you last committed them."); | 88 m_descriptions[FileStates::Modified] = tr("You have changed these files since you last committed them."); |
88 m_descriptions[FileStates::Added] = tr("These files will be added to version control next time you commit them."); | 89 m_descriptions[FileStates::Added] = tr("These files will be added to version control next time you commit them."); |
89 m_descriptions[FileStates::Removed] = tr("These files will be removed from version control next time you commit them.<br>" | 90 m_descriptions[FileStates::Removed] = tr("These files will be removed from version control next time you commit them.<br>" |