From e4b82430e90a75dba17808c0575b60c59e5cebc2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Sun, 13 Jan 2019 20:37:35 +0100 Subject: Fix empty translation. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko (cherry picked from commit dca06b0505ba4de236055aac0d5cf635fdc85709) --- ksirc/chanparser.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ksirc') diff --git a/ksirc/chanparser.cpp b/ksirc/chanparser.cpp index 04dfc6a4..ad729924 100644 --- a/ksirc/chanparser.cpp +++ b/ksirc/chanparser.cpp @@ -284,7 +284,7 @@ parseResult * ChannelParser::parseSSFEPrompt(TQString string) // "'[pP]' " gives 4 spaces if(string.length() < 5) - caption = i18n(""); + caption = ""; else caption = string.mid(3); prompt_active = TRUE; -- cgit v1.2.1