diff options
Diffstat (limited to 'src/resources/notifications.h')
-rw-r--r-- | src/resources/notifications.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/resources/notifications.h b/src/resources/notifications.h index 58ae9e056..45a90460e 100644 --- a/src/resources/notifications.h +++ b/src/resources/notifications.h @@ -832,6 +832,9 @@ namespace NotifyManager // TRANSLATORS: notification message N_("Unable to buy while trading."), NotifyFlags::EMPTY}, + {"vending sold item", + ("%s"), + NotifyFlags::STRING}, }; } // namespace NotifyManager #endif // RESOURCES_NOTIFICATIONS_H |