diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-31 04:15:04 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-31 04:15:04 +0000 |
commit | b6bbc61302695d00dec061f65d34ce3a5e98abe8 (patch) | |
tree | 84ae4bd33d0f4602c6bb63ebd8b83c1d8b33edd0 | |
parent | e0ec84b82a609a73cc82c6727e9a9e54769d60f6 (diff) | |
download | kdiff3-b6bbc61302695d00dec061f65d34ce3a5e98abe8.tar.gz kdiff3-b6bbc61302695d00dec061f65d34ce3a5e98abe8.zip |
Fix remaining instances of tqStatus embedded in user visible strings
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kdiff3@1250385 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
-rw-r--r-- | src/directorymergewindow.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/directorymergewindow.cpp b/src/directorymergewindow.cpp index 05959ee..7565e20 100644 --- a/src/directorymergewindow.cpp +++ b/src/directorymergewindow.cpp @@ -702,7 +702,7 @@ bool DirectoryMergeWindow::init nofFiles, nofDirs, nofEqualFiles, nofManualMerges ); TQString s; - s = i18n("Directory Comparison tqStatus") + "\n\n" + + s = i18n("Directory Comparison Status") + "\n\n" + i18n("Number of subdirectories:") +" "+ TQString::number(nofDirs) + "\n"+ i18n("Number of equal files:") +" "+ TQString::number(nofEqualFiles) + "\n"+ i18n("Number of different files:") +" "+ TQString::number(nofFiles-nofEqualFiles); |