diff options
Diffstat (limited to 'src/resources/notifications.h')
-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 0c394cea1..ea96e2eb7 100644 --- a/src/resources/notifications.h +++ b/src/resources/notifications.h @@ -271,6 +271,10 @@ namespace NotifyManager // TRANSLATORS: notification message N_("Trade with %s cancelled."), NotifyFlags::STRING}, + {"trade cancelled busy", + // TRANSLATORS: notification message + N_("Trade with %s cancelled, because player is busy"), + NotifyFlags::STRING}, {"trade error unknown", // TRANSLATORS: notification message N_("Unhandled trade cancel packet with %s"), |