summaryrefslogtreecommitdiff
path: root/src/resources
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-02-22 17:58:11 +0300
committerAndrei Karas <akaras@inbox.ru>2015-02-22 17:58:11 +0300
commitb6f49d9db7221c762652e94e6a52b50d4b4bc913 (patch)
tree72a3326e1736ec6b4999b6782f5f51b9e6297b8e /src/resources
parent7d268331bf19c15b601251a4ff8947fa80e1cd48 (diff)
downloadplus-b6f49d9db7221c762652e94e6a52b50d4b4bc913.tar.gz
plus-b6f49d9db7221c762652e94e6a52b50d4b4bc913.tar.bz2
plus-b6f49d9db7221c762652e94e6a52b50d4b4bc913.tar.xz
plus-b6f49d9db7221c762652e94e6a52b50d4b4bc913.zip
eathena: add messages about pet feed result.
Diffstat (limited to 'src/resources')
-rw-r--r--src/resources/notifications.h8
-rw-r--r--src/resources/notifytypes.h2
2 files changed, 10 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
diff --git a/src/resources/notifytypes.h b/src/resources/notifytypes.h
index 776c9793f..017e61a9d 100644
--- a/src/resources/notifytypes.h
+++ b/src/resources/notifytypes.h
@@ -141,6 +141,8 @@ namespace NotifyTypes
SEARCH_STORE_FAILED_CANT_SEARCH_ANYMORE,
SEARCH_STORE_FAILED_CANT_SEARCH_YET,
SEARCH_STORE_FAILED_NO_INFORMATION,
+ PET_FEED_OK,
+ PET_FEED_ERROR,
TYPE_END
};