diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-11-25 00:50:37 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-11-25 00:50:37 +0300 |
commit | 4d6c6999c7c0097fc9ad73fe0b5e2f6cefc47aa6 (patch) | |
tree | 7783cd754373ab207745dee95a4811d461b806e9 | |
parent | fe13f5e84f104b6dddd6fb1465550ad3e0423653 (diff) | |
download | plus-4d6c6999c7c0097fc9ad73fe0b5e2f6cefc47aa6.tar.gz plus-4d6c6999c7c0097fc9ad73fe0b5e2f6cefc47aa6.tar.bz2 plus-4d6c6999c7c0097fc9ad73fe0b5e2f6cefc47aa6.tar.xz plus-4d6c6999c7c0097fc9ad73fe0b5e2f6cefc47aa6.zip |
In notification message replace arrows into ammunition.
-rw-r--r-- | src/notifications.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/notifications.h b/src/notifications.h index 84702c6cf..b3bb2f2f2 100644 --- a/src/notifications.h +++ b/src/notifications.h @@ -261,7 +261,7 @@ namespace NotifyManager N_("Cannot raise skill!"), EMPTY}, {"arrow equip needed", // TRANSLATORS: notification message - N_("Equip arrows first."), EMPTY}, + N_("Equip ammunition first."), EMPTY}, {"trade fail far away", // TRANSLATORS: notification message N_("Trading with %s isn't possible. Trade partner is " |