diff options
Diffstat (limited to 'src')
-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); |