comparison src/filestatuswidget.cpp @ 632:f9fd48e55af1

* Updated shortcut for revert
author Sam Izzo <sam@humbug.net>
date Mon, 27 Aug 2012 01:26:05 +1000
parents ac8188fd6bc9
children ae67ea0af696
comparison
equal deleted inserted replaced
631:ac8188fd6bc9 632:f9fd48e55af1
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 m_shortcuts[FileStates::Revert] = tr("Ctrl+Shift+R");
86 86
87 m_descriptions[FileStates::Clean] = tr("You have not changed these files."); 87 m_descriptions[FileStates::Clean] = tr("You have not changed these files.");
88 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.");
89 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.");
90 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>"