diff options
author | Andrei Karas <akaras@inbox.ru> | 2019-06-27 01:34:01 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2019-06-27 01:34:01 +0300 |
commit | fd3a3c06454140a16a1774e44c2094934b6a1e70 (patch) | |
tree | 0cecaa1e3979076cdc4d5cf49ff30ed51c8fce8a /src/progs/manaplus/actions | |
parent | 007912d74e1e067ddd1566429aabfa5970b0525a (diff) | |
download | ManaVerse-fd3a3c06454140a16a1774e44c2094934b6a1e70.tar.gz ManaVerse-fd3a3c06454140a16a1774e44c2094934b6a1e70.tar.bz2 ManaVerse-fd3a3c06454140a16a1774e44c2094934b6a1e70.tar.xz ManaVerse-fd3a3c06454140a16a1774e44c2094934b6a1e70.zip |
Add missing translation comment
Diffstat (limited to 'src/progs/manaplus/actions')
-rw-r--r-- | src/progs/manaplus/actions/commands.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/progs/manaplus/actions/commands.cpp b/src/progs/manaplus/actions/commands.cpp index 57f5125b2..4d82c0b33 100644 --- a/src/progs/manaplus/actions/commands.cpp +++ b/src/progs/manaplus/actions/commands.cpp @@ -2207,6 +2207,7 @@ impHandler0(trimMemory) #ifdef HAVE_MALLOC_TRIM malloc_trim(0); #else + // TRANSLATORS: chat error about trim command localChatTab->chatLog(_("Trim memory not supported"), ChatMsgType::BY_SERVER, IgnoreRecord_false, |