summaryrefslogtreecommitdiffstats
path: root/cervisia/settingsdlg.cpp
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-08-31 04:15:04 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-08-31 04:15:04 +0000
commit6f54236d10cf16d143f9d41f929d132c19307d85 (patch)
tree2603d6097ddc7bd10286b8927a07c85b4bad6050 /cervisia/settingsdlg.cpp
parent16d826ac0f129438876a1cd5d7b43179bcf11679 (diff)
downloadtdesdk-6f54236d10cf16d143f9d41f929d132c19307d85.tar.gz
tdesdk-6f54236d10cf16d143f9d41f929d132c19307d85.zip
Fix remaining instances of tqStatus embedded in user visible strings
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdesdk@1250385 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'cervisia/settingsdlg.cpp')
-rw-r--r--cervisia/settingsdlg.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/cervisia/settingsdlg.cpp b/cervisia/settingsdlg.cpp
index ad19d00c..eecdd41f 100644
--- a/cervisia/settingsdlg.cpp
+++ b/cervisia/settingsdlg.cpp
@@ -297,9 +297,9 @@ void SettingsDialog::addStatusPage()
LoadIcon("fork"));
remotestatusbox = new TQCheckBox(i18n("When opening a sandbox from a &remote repository,\n"
- "start a File->tqStatus command automatically"), statusPage);
+ "start a File->Status command automatically"), statusPage);
localstatusbox = new TQCheckBox(i18n("When opening a sandbox from a &local repository,\n"
- "start a File->tqStatus command automatically"), statusPage);
+ "start a File->Status command automatically"), statusPage);
// dummy widget to take up the vertical space
new TQWidget(statusPage);