summaryrefslogtreecommitdiff
path: root/src/resources/notifications.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-08-21 15:48:46 +0300
committerAndrei Karas <akaras@inbox.ru>2015-08-21 16:37:24 +0300
commit2ff57a846a44a84729c5f0a737bb53b8b6926a8e (patch)
tree1654872f9dca08ee07eacc43461cb8ad97386bcc /src/resources/notifications.h
parent76087008664d96b492fde077bb8b8e632ea30ba8 (diff)
downloadplus-2ff57a846a44a84729c5f0a737bb53b8b6926a8e.tar.gz
plus-2ff57a846a44a84729c5f0a737bb53b8b6926a8e.tar.bz2
plus-2ff57a846a44a84729c5f0a737bb53b8b6926a8e.tar.xz
plus-2ff57a846a44a84729c5f0a737bb53b8b6926a8e.zip
Impliment packet SMSG_PLAYER_ITEM_RENTAL_EXPIRED.
Diffstat (limited to 'src/resources/notifications.h')
-rw-r--r--src/resources/notifications.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/resources/notifications.h b/src/resources/notifications.h
index 4dd8a585f..66b72623c 100644
--- a/src/resources/notifications.h
+++ b/src/resources/notifications.h
@@ -621,6 +621,10 @@ namespace NotifyManager
{"rental time left",
"%s",
NotifyFlags::STRING},
+ {"rental time expired",
+ // TRANSLATORS: notification message
+ N_("Rental time for %s expired"),
+ NotifyFlags::STRING},
};
} // namespace NotifyManager
#endif // RESOURCES_NOTIFICATIONS_H