diff src/settingsdialog.cpp @ 636:046ad99a4230

* Removed spurious space
author Sam Izzo <sam@humbug.net>
date Wed, 29 Aug 2012 12:40:54 +1000
parents 58ac1b197666
children b29b9694cd0d
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