diff options
-rw-r--r-- | src/actions/chat.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/actions/chat.cpp b/src/actions/chat.cpp index 5a328b3b5..5260d4153 100644 --- a/src/actions/chat.cpp +++ b/src/actions/chat.cpp @@ -610,6 +610,7 @@ impHandler(hat) std::string str; if (sprite == 0) { + // TRANSLATORS: equipped hat chat message str = strprintf(_("no hat equipped.")); } else |