summaryrefslogtreecommitdiff
path: root/src/resources/notifications.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/resources/notifications.h')
-rw-r--r--src/resources/notifications.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/resources/notifications.h b/src/resources/notifications.h
index 8bb14291a..428b0da0c 100644
--- a/src/resources/notifications.h
+++ b/src/resources/notifications.h
@@ -493,6 +493,14 @@ namespace NotifyManager
// TRANSLATORS: notification message
N_("No store information available."),
NotifyFlags::EMPTY},
+ {"pet feed ok",
+ // TRANSLATORS: notification message
+ N_("Pet feeding success."),
+ NotifyFlags::EMPTY},
+ {"pet feed error",
+ // TRANSLATORS: notification message
+ N_("Pet feeding error."),
+ NotifyFlags::EMPTY},
};
} // namespace NotifyManager
#endif // RESOURCES_NOTIFICATIONS_H