diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-27 21:38:57 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-27 21:38:57 +0000 |
commit | 6371eaf92308c66fa386dbfc43baaf1ef16feda5 (patch) | |
tree | 4a1990f66095860aca62feff8b15480e2545facb /vcs/subversion | |
parent | ab257225f82696202bf13962be1926f7bbdad243 (diff) | |
download | tdevelop-6371eaf92308c66fa386dbfc43baaf1ef16feda5.tar.gz tdevelop-6371eaf92308c66fa386dbfc43baaf1ef16feda5.zip |
Fix a number of accidental tqStatus string conversions
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdevelop@1249829 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'vcs/subversion')
-rw-r--r-- | vcs/subversion/svn_kio.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcs/subversion/svn_kio.cpp b/vcs/subversion/svn_kio.cpp index 9a70dd1b..8b97d3f2 100644 --- a/vcs/subversion/svn_kio.cpp +++ b/vcs/subversion/svn_kio.cpp @@ -2030,7 +2030,7 @@ void kio_svnProtocol::notify(void *baton, const char *path, svn_wc_notify_action break; case svn_wc_notify_status_completed: //status_completed if (SVN_IS_VALID_REVNUM (revision)) - userstring = i18n( "tqStatus against revision: %1.").tqarg( revision ); + userstring = i18n( "Status against revision: %1.").tqarg( revision ); break; case svn_wc_notify_status_external: //status_external userstring = i18n("Performing status on external item at %1.").tqarg( path ); |