Mercurial > hg > easyhg
diff filestatuswidget.cpp @ 102:f70ccc15c9d0
* Add ConfirmCommentDialog
author | Chris Cannam |
---|---|
date | Wed, 24 Nov 2010 22:24:55 +0000 |
parents | f9af5e93de0e |
children | 0bd32aedc6f6 |
line wrap: on
line diff
--- a/filestatuswidget.cpp Wed Nov 24 19:57:30 2010 +0000 +++ b/filestatuswidget.cpp Wed Nov 24 22:24:55 2010 +0000 @@ -66,7 +66,7 @@ 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."); - m_highlightExplanation = tr("Files highlighted in red " + m_highlightExplanation = tr("Files highlighted <font color=red>in red</font> " "have appeared since your most recent commit or update."); for (int i = int(FileStates::FirstState);