summaryrefslogtreecommitdiff
path: root/src/actions/chat.cpp
diff options
context:
space:
mode:
authorAlige <aligetmw@hotmail.fr>2014-10-26 18:10:36 +0200
committerAlige <aligetmw@hotmail.fr>2014-10-26 18:10:36 +0200
commitea6a5a78b7bed5fc47cfc4d81dac78c71d6289b3 (patch)
treea5fe63ab0aa7c7f83a92796ccd301bf4074b8066 /src/actions/chat.cpp
parent8409c2e2bb2236eac51516fe8546be19a07385eb (diff)
downloadplus-ea6a5a78b7bed5fc47cfc4d81dac78c71d6289b3.tar.gz
plus-ea6a5a78b7bed5fc47cfc4d81dac78c71d6289b3.tar.bz2
plus-ea6a5a78b7bed5fc47cfc4d81dac78c71d6289b3.tar.xz
plus-ea6a5a78b7bed5fc47cfc4d81dac78c71d6289b3.zip
Fixed several sentences for better translations.
Diffstat (limited to 'src/actions/chat.cpp')
-rw-r--r--src/actions/chat.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/actions/chat.cpp b/src/actions/chat.cpp
index 83ed121c5..b0642f953 100644
--- a/src/actions/chat.cpp
+++ b/src/actions/chat.cpp
@@ -246,7 +246,7 @@ impHandler(query)
{
// TRANSLATORS: new whisper or channel query
event.tab->chatLog(strprintf(_("Cannot create a whisper tab "
- "\"%s\"! It either already exists."),
+ "\"%s\"! It probably already exists."),
args.c_str()), ChatMsgType::BY_SERVER);
}
return true;