From 6f54236d10cf16d143f9d41f929d132c19307d85 Mon Sep 17 00:00:00 2001 From: tpearson Date: Wed, 31 Aug 2011 04:15:04 +0000 Subject: 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 --- cervisia/settingsdlg.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cervisia/settingsdlg.cpp') 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); -- cgit v1.2.1