diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-02-13 21:25:35 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-02-13 21:25:35 +0300 |
commit | 97c2d1b3bb95f38f329dd36f3dd82e211da90d33 (patch) | |
tree | cfddf7a45c8df6b715abdbf9364e7a960e9c6fe4 /src/actions | |
parent | 14bdb4e7b61094080c8eddd2efe9a9cc55d08190 (diff) | |
download | plus-97c2d1b3bb95f38f329dd36f3dd82e211da90d33.tar.gz plus-97c2d1b3bb95f38f329dd36f3dd82e211da90d33.tar.bz2 plus-97c2d1b3bb95f38f329dd36f3dd82e211da90d33.tar.xz plus-97c2d1b3bb95f38f329dd36f3dd82e211da90d33.zip |
Add missing comment.
Diffstat (limited to 'src/actions')
-rw-r--r-- | src/actions/actions.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/actions/actions.cpp b/src/actions/actions.cpp index 270230463..668b1aeb9 100644 --- a/src/actions/actions.cpp +++ b/src/actions/actions.cpp @@ -1733,6 +1733,7 @@ impHandler(seen) if (config.getBoolValue("enableIdCollecting") == false) { + // TRANSLATORS: last seen disabled warning tab->chatLog(_("Last seen disabled. " "Enable in players / collect players id and seen log."), ChatMsgType::BY_SERVER); |