Mercurial > hg > easyhg
changeset 636:046ad99a4230
* Removed spurious space
author | Sam Izzo <sam@humbug.net> |
---|---|
date | Wed, 29 Aug 2012 12:40:54 +1000 |
parents | 6e479f33ea93 |
children | a1b4108da48c |
files | src/settingsdialog.cpp |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/settingsdialog.cpp Mon Aug 27 02:10:06 2012 +1000 +++ b/src/settingsdialog.cpp Wed Aug 29 12:40:54 2012 +1000 @@ -87,7 +87,7 @@ m_showExtraText = new QCheckBox(tr("Show long descriptions for file status headings")); lookLayout->addWidget(m_showExtraText, row++, 0, 1, 2); - m_showHistoryAutomatically = new QCheckBox(tr("Switch to history tab automatically when history changes")); + m_showHistoryAutomatically = new QCheckBox(tr("Switch to history tab automatically when history changes")); lookLayout->addWidget(m_showHistoryAutomatically, row++, 0, 1, 2); #ifdef NOT_IMPLEMENTED_YET