diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-08-25 02:06:25 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-08-25 02:06:25 +0300 |
commit | 290ae8ba45bb706f32da15978459022e633aa626 (patch) | |
tree | 50397063992bb417b7e9ca494975908910170f10 /src/resources | |
parent | 52041a3f1af82140755ac2096375ded772d7ccf7 (diff) | |
download | plus-290ae8ba45bb706f32da15978459022e633aa626.tar.gz plus-290ae8ba45bb706f32da15978459022e633aa626.tar.bz2 plus-290ae8ba45bb706f32da15978459022e633aa626.tar.xz plus-290ae8ba45bb706f32da15978459022e633aa626.zip |
Impliment packet SMSG_VENDING_BUY_ACK.
Diffstat (limited to 'src/resources')
-rw-r--r-- | src/resources/notifications.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/resources/notifications.h b/src/resources/notifications.h index 8cb06d1ab..58ae9e056 100644 --- a/src/resources/notifications.h +++ b/src/resources/notifications.h @@ -828,6 +828,10 @@ namespace NotifyManager // TRANSLATORS: notification message N_("Error saving location. You do not have warp skill."), NotifyFlags::EMPTY}, + {"buy trade fail", + // TRANSLATORS: notification message + N_("Unable to buy while trading."), + NotifyFlags::EMPTY}, }; } // namespace NotifyManager #endif // RESOURCES_NOTIFICATIONS_H |