From dacaf242cd28169a279e08c1d001afb5b7729d33 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 10 Apr 2011 21:16:33 +0300 Subject: Add some strings to translations. --- src/commandhandler.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/commandhandler.cpp') diff --git a/src/commandhandler.cpp b/src/commandhandler.cpp index df45a4f66..888451021 100644 --- a/src/commandhandler.cpp +++ b/src/commandhandler.cpp @@ -992,7 +992,7 @@ void CommandHandler::handleCacheInfo(const std::string &args _UNUSED_, if (!cache) return; - debugChatTab->chatLog("font cache size"); + debugChatTab->chatLog(_("font cache size")); std::string str; for (int f = 0; f < 256; f ++) { @@ -1005,7 +1005,7 @@ void CommandHandler::handleCacheInfo(const std::string &args _UNUSED_, debugChatTab->chatLog(str); #ifdef DEBUG_FONT_COUNTERS debugChatTab->chatLog(""); - debugChatTab->chatLog("Created: " + toString(font->getCreateCounter())); - debugChatTab->chatLog("Deleted: " + toString(font->getDeleteCounter())); + debugChatTab->chatLog(_("Created: ") + toString(font->getCreateCounter())); + debugChatTab->chatLog(_("Deleted: ") + toString(font->getDeleteCounter())); #endif } -- cgit v1.2.3-60-g2f50