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.h10
1 files changed, 9 insertions, 1 deletions
diff --git a/src/resources/notifications.h b/src/resources/notifications.h
index b4439ada8..dec091468 100644
--- a/src/resources/notifications.h
+++ b/src/resources/notifications.h
@@ -353,7 +353,15 @@ namespace NotifyManager
{"mercenary unknown",
// TRANSLATORS: notification message
N_("Mercenary unknown state."),
- NotifyFlags::EMPTY}
+ NotifyFlags::EMPTY},
+ {"homunculus feed ok",
+ // TRANSLATORS: notification message
+ N_("Your feed your homunculus."),
+ NotifyFlags::EMPTY},
+ {"homunculus feed failed",
+ // TRANSLATORS: notification message
+ N_("You cant feed homunculus, because not have %s."),
+ NotifyFlags::STRING}
};
} // namespace NotifyManager
#endif // RESOURCES_NOTIFICATIONS_H