comparison filestatuswidget.cpp @ 153:70fe12873106

* Show both parents of uncommitted merge; fixes to right-button menus
author Chris Cannam
date Thu, 02 Dec 2010 17:55:21 +0000
parents 908a1fdeed6a
children 910c2c5d1873
comparison
equal deleted inserted replaced
152:2b997861174b 153:70fe12873106
76 m_descriptions[FileStates::Modified] = tr("You have changed these files since you last committed them."); 76 m_descriptions[FileStates::Modified] = tr("You have changed these files since you last committed them.");
77 m_descriptions[FileStates::Added] = tr("These files will be added to version control next time you commit."); 77 m_descriptions[FileStates::Added] = tr("These files will be added to version control next time you commit.");
78 m_descriptions[FileStates::Removed] = tr("These files will be removed from version control next time you commit.<br>" 78 m_descriptions[FileStates::Removed] = tr("These files will be removed from version control next time you commit.<br>"
79 "They will not be deleted from the local folder."); 79 "They will not be deleted from the local folder.");
80 m_descriptions[FileStates::Missing] = tr("These files are recorded in the version control, but absent from your working folder.<br>" 80 m_descriptions[FileStates::Missing] = tr("These files are recorded in the version control, but absent from your working folder.<br>"
81 "If you deleted them by accident, select them here and use Revert to restore their previous contents.<br>" 81 "If you intended to delete them, select them and use Remove to tell the version control system about it.<br>"
82 "If you deleted them intentionally, select them here and use Remove to tell the version control system about it."); 82 "If you deleted them by accident, select them and use Revert to restore their previous contents.");
83 m_descriptions[FileStates::Unknown] = tr("These files are in your working folder but are not under version control.<br>" 83 m_descriptions[FileStates::Unknown] = tr("These files are in your working folder but are not under version control.<br>"
84 "Select a file and use Add to place it under version control or Ignore to remove it from this list."); 84 "Select a file and use Add to place it under version control or Ignore to remove it from this list.");
85 85
86 m_highlightExplanation = tr("Files highlighted <font color=#d40000>in red</font> " 86 m_highlightExplanation = tr("Files highlighted <font color=#d40000>in red</font> "
87 "have appeared since your most recent commit or update."); 87 "have appeared since your most recent commit or update.");