summaryrefslogtreecommitdiffstats
path: root/ksirc/chanparser.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ksirc/chanparser.cpp')
-rw-r--r--ksirc/chanparser.cpp2
1 files changed, 1 insertions, 1 deletions
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;