summaryrefslogtreecommitdiffstats
path: root/vcs/subversion/subversion_fileinfo.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
commit2ea0370d7988cd1a77a00bdeb1ccd2f35ef2da77 (patch)
treee28974e9526df14faad0e52e257ace6e90a8c11c /vcs/subversion/subversion_fileinfo.cpp
parent6371eaf92308c66fa386dbfc43baaf1ef16feda5 (diff)
downloadtdevelop-2ea0370d7988cd1a77a00bdeb1ccd2f35ef2da77.tar.gz
tdevelop-2ea0370d7988cd1a77a00bdeb1ccd2f35ef2da77.zip
Fix remaining instances of tqStatus embedded in user visible strings
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdevelop@1250385 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'vcs/subversion/subversion_fileinfo.cpp')
-rw-r--r--vcs/subversion/subversion_fileinfo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcs/subversion/subversion_fileinfo.cpp b/vcs/subversion/subversion_fileinfo.cpp
index d8b1230a..8ea4e4d5 100644
--- a/vcs/subversion/subversion_fileinfo.cpp
+++ b/vcs/subversion/subversion_fileinfo.cpp
@@ -157,7 +157,7 @@ bool SVNFileInfoProvider::requesttqStatus( const TQString &dirPath, void *caller
job = KIO::special(servURL, parms, false);
connect( job, TQT_SIGNAL( result( KIO::Job * ) ), this, TQT_SLOT( slotResult( KIO::Job * ) ) );
if( checkRepos )
- m_part->svncore()->initProcessDlg( job, dirPath, i18n("Subversion File/Directory tqStatus") );
+ m_part->svncore()->initProcessDlg( job, dirPath, i18n("Subversion File/Directory Status") );
return true;
}