diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-01-04 15:44:31 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-01-04 16:24:42 +0300 |
commit | bc2c095db69be01837d07af1151b0f0a3061713f (patch) | |
tree | 98009b4483d873f45f7b4f2897a4a7ba5118d39e /src/gui/windows/socialwindow.cpp | |
parent | 9b5b48739b62fca4bb30cd04be1031ac3f80095d (diff) | |
download | plus-bc2c095db69be01837d07af1151b0f0a3061713f.tar.gz plus-bc2c095db69be01837d07af1151b0f0a3061713f.tar.bz2 plus-bc2c095db69be01837d07af1151b0f0a3061713f.tar.xz plus-bc2c095db69be01837d07af1151b0f0a3061713f.zip |
Add missing TRANSLATORS comments to translation strings.
Diffstat (limited to 'src/gui/windows/socialwindow.cpp')
-rw-r--r-- | src/gui/windows/socialwindow.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gui/windows/socialwindow.cpp b/src/gui/windows/socialwindow.cpp index ec5ca90fa..8498b6316 100644 --- a/src/gui/windows/socialwindow.cpp +++ b/src/gui/windows/socialwindow.cpp @@ -496,8 +496,8 @@ void SocialWindow::showPartyInvite(const std::string &restrict partyName, localChatTab->chatLog(msg, ChatMsgType::BY_SERVER); // show invite - // TRANSLATORS: party invite message CREATEWIDGETV(mPartyAcceptDialog, ConfirmDialog, + // TRANSLATORS: party invite message _("Accept Party Invite"), msg, SOUND_REQUEST, @@ -519,6 +519,7 @@ void SocialWindow::showPartyCreate() CREATEWIDGET(OkDialog, // TRANSLATORS: party creation message _("Create Party"), + // TRANSLATORS: party creation error _("Cannot create party. You are already in a party"), // TRANSLATORS: ok dialog button _("OK"), |