Mercurial > hg > easyhg
diff filestatuswidget.cpp @ 162:910c2c5d1873
* Better handling of empty repositories; some tidying & textual fixes
author | Chris Cannam |
---|---|
date | Fri, 03 Dec 2010 14:43:32 +0000 |
parents | 70fe12873106 |
children | 5c262ac73948 |
line wrap: on
line diff
--- a/filestatuswidget.cpp Fri Dec 03 13:36:53 2010 +0000 +++ b/filestatuswidget.cpp Fri Dec 03 14:43:32 2010 +0000 @@ -62,7 +62,7 @@ ++row; m_noModificationsLabel = new QLabel - (tr("You have made no changes.")); + (tr("You have no uncommitted changes.")); layout->addWidget(m_noModificationsLabel, row, 1, 1, 2); m_simpleLabels[FileStates::Clean] = tr("Unmodified:");