comparison src/filestatuswidget.cpp @ 629:080258d897db

* Added shortcut for commit
author Sam Izzo <sam@humbug.net>
date Sun, 26 Aug 2012 02:45:04 +1000
parents d39d236a0ce8
children bddd0924109f
comparison
equal deleted inserted replaced
628:5dc24f89b791 629:080258d897db
79 m_actionLabels[FileStates::ShowIn] = tr("Show in Windows Explorer"); 79 m_actionLabels[FileStates::ShowIn] = tr("Show in Windows Explorer");
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 85
85 m_descriptions[FileStates::Clean] = tr("You have not changed these files."); 86 m_descriptions[FileStates::Clean] = tr("You have not changed these files.");
86 m_descriptions[FileStates::Modified] = tr("You have changed these files since you last committed them."); 87 m_descriptions[FileStates::Modified] = tr("You have changed these files since you last committed them.");
87 m_descriptions[FileStates::Added] = tr("These files will be added to version control next time you commit them."); 88 m_descriptions[FileStates::Added] = tr("These files will be added to version control next time you commit them.");
88 m_descriptions[FileStates::Removed] = tr("These files will be removed from version control next time you commit them.<br>" 89 m_descriptions[FileStates::Removed] = tr("These files will be removed from version control next time you commit them.<br>"