summaryrefslogtreecommitdiffstats
path: root/src/parsers/list.cpp
diff options
context:
space:
mode:
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();
}
}