diff options
Diffstat (limited to 'src/resources')
-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 f17758a85..760817190 100644 --- a/src/resources/notifications.h +++ b/src/resources/notifications.h @@ -419,6 +419,10 @@ namespace NotifyManager // TRANSLATORS: notification message N_("Card inserted."), NotifyFlags::EMPTY}, + {"bank check failed", + // TRANSLATORS: notification message + N_("Bank check failed. Bank probably disabled."), + NotifyFlags::EMPTY}, {"bank deposit failed", // TRANSLATORS: notification message N_("Deposit failed. You probably don't have this " |