diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-03-01 16:00:26 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-03-01 16:00:26 +0300 |
commit | c635347f18378aea08ba48e991ddb8ff1010c27c (patch) | |
tree | 835b7c57d3891f7944447d9a488ad7d490480e18 /src/commands.cpp | |
parent | 5a35288a7524c6b5cb9a4e8e3aa93d756b016743 (diff) | |
download | plus-c635347f18378aea08ba48e991ddb8ff1010c27c.tar.gz plus-c635347f18378aea08ba48e991ddb8ff1010c27c.tar.bz2 plus-c635347f18378aea08ba48e991ddb8ff1010c27c.tar.xz plus-c635347f18378aea08ba48e991ddb8ff1010c27c.zip |
Fix code style.
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); } } |