diff options
Diffstat (limited to 'src/resources/notifications.h')
-rw-r--r-- | src/resources/notifications.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/resources/notifications.h b/src/resources/notifications.h index 78b19b7e9..019879aba 100644 --- a/src/resources/notifications.h +++ b/src/resources/notifications.h @@ -499,6 +499,18 @@ namespace NotifyManager // TRANSLATORS: notification message N_("Pet feeding error."), NotifyFlags::EMPTY}, + {"manner changed", + // TRANSLATORS: notification message + N_("A manner point has been successfully aligned."), + NotifyFlags::EMPTY}, + {"manner positive points", + // TRANSLATORS: notification message + N_("You got positive manner points from %s."), + NotifyFlags::STRING}, + {"manner negative points", + // TRANSLATORS: notification message + N_("You got negative manner points from %s."), + NotifyFlags::STRING}, }; } // namespace NotifyManager #endif // RESOURCES_NOTIFICATIONS_H |