# HG changeset patch # User Sam Izzo # Date 1346208054 -36000 # Node ID 046ad99a42302d39c1b0cede5d6783f7d6713ed1 # Parent 6e479f33ea93b8ea23e42478129923c8c5181d16 * Removed spurious space diff -r 6e479f33ea93 -r 046ad99a4230 src/settingsdialog.cpp --- 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