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 946889596..132708035 100644 --- a/src/resources/notifications.h +++ b/src/resources/notifications.h @@ -734,6 +734,10 @@ namespace NotifyManager // TRANSLATORS: notification message N_("Unknown ignore type."), NotifyFlags::EMPTY}, + {"pet catch process", + // TRANSLATORS: notification message + N_("Pet catch started."), + NotifyFlags::EMPTY}, }; } // namespace NotifyManager #endif // RESOURCES_NOTIFICATIONS_H |