diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-10-16 01:11:14 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-10-16 01:11:14 +0300 |
commit | 2f55a0f091153b84ddb31b32af284f0bdf96fbe7 (patch) | |
tree | 142ca21f68c57450112f774083a8e73b135e566c /src/resources/notifications.h | |
parent | 4b891f50dfc89318321eeac176415d1bef61aca6 (diff) | |
download | plus-2f55a0f091153b84ddb31b32af284f0bdf96fbe7.tar.gz plus-2f55a0f091153b84ddb31b32af284f0bdf96fbe7.tar.bz2 plus-2f55a0f091153b84ddb31b32af284f0bdf96fbe7.tar.xz plus-2f55a0f091153b84ddb31b32af284f0bdf96fbe7.zip |
Show errors if withdraw or deposit failed.
Diffstat (limited to 'src/resources/notifications.h')
-rw-r--r-- | src/resources/notifications.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/resources/notifications.h b/src/resources/notifications.h index 6ccdc6a9a..0afe23d6f 100644 --- a/src/resources/notifications.h +++ b/src/resources/notifications.h @@ -413,6 +413,15 @@ namespace NotifyManager {"card insert success", // TRANSLATORS: notification message N_("Card inserted."), + NotifyFlags::EMPTY}, + {"bank deposit failed", + // TRANSLATORS: notification message + N_("Deposit failed. Probably you not have money to deposit."), + NotifyFlags::EMPTY}, + {"bank withdraw failed", + // TRANSLATORS: notification message + N_("Withdraw failed. Probably you not have money " + "in bank for withdraw."), NotifyFlags::EMPTY} }; } // namespace NotifyManager |