summaryrefslogtreecommitdiffstats
path: root/src/parsers/list.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2011-12-16 09:56:11 -0600
committerTimothy Pearson <[email protected]>2011-12-16 09:56:11 -0600
commit93a6198212819d0cc95ce1bb0d80508523ab32c6 (patch)
treeae892ef46252c6f746f7ed5aeafeb61c50223756 /src/parsers/list.cpp
parent9a210ba3a60a3348ede4a57602fd13e240da66aa (diff)
downloadtdeio-apt-93a6198212819d0cc95ce1bb0d80508523ab32c6.tar.gz
tdeio-apt-93a6198212819d0cc95ce1bb0d80508523ab32c6.zip
Revert "Rename a number of old tq methods that are no longer tq specific"
This reverts commit 9a210ba3a60a3348ede4a57602fd13e240da66aa.
Diffstat (limited to 'src/parsers/list.cpp')
-rw-r--r--src/parsers/list.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/parsers/list.cpp b/src/parsers/list.cpp
index 1c38cb7..e4cea8e 100644
--- a/src/parsers/list.cpp
+++ b/src/parsers/list.cpp
@@ -62,7 +62,7 @@ namespace Parsers
files.sort();
*slave <<
"<div class=\"filelist\">\n" + files.join("\n<br>") + "\n</div>\n"
- "<div class=\"footer\">" + i18n("%1 files in the package").arg(result_count()) + "</div>\n";
+ "<div class=\"footer\">" + i18n("%1 files in the package").tqarg(result_count()) + "</div>\n";
files.clear();
}
}