diff options
Diffstat (limited to 'src/commands.cpp')
-rw-r--r-- | src/commands.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/commands.cpp b/src/commands.cpp index 83160188f..c86497f15 100644 --- a/src/commands.cpp +++ b/src/commands.cpp @@ -332,8 +332,8 @@ impHandler(query) if (tab) { - tab->chatLog(strprintf(_("Cannot create a whisper tab for nick \"%s\"! " - "It either already exists, or is you."), + tab->chatLog(strprintf(_("Cannot create a whisper tab for nick " + "\"%s\"! It either already exists, or is you."), args.c_str()), BY_SERVER); } } |