diff options
Diffstat (limited to 'app/src/main/res/values/strings_pref_notifications.xml')
-rw-r--r-- | app/src/main/res/values/strings_pref_notifications.xml | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/app/src/main/res/values/strings_pref_notifications.xml b/app/src/main/res/values/strings_pref_notifications.xml index 49665f8e..8db493b8 100644 --- a/app/src/main/res/values/strings_pref_notifications.xml +++ b/app/src/main/res/values/strings_pref_notifications.xml @@ -8,14 +8,16 @@ <string name="add_keyword">Add Keyword</string> <string name="hint_keyword">Type keyword and press +</string> <string name="empty_keyword">Empty Keyword</string> - <string name="notification_all_accounts">Notify from all accounts</string> - <string name="notification_all_accounts_desc">Get notifications for every account that is logged in. Disabling this will only fetch notifications form the currently selected account.</string> + <string name="notification_general">Enable general notifications</string> + <string name="notification_general_desc">Get general notifications for your current account.</string> + <string name="notification_general_all_accounts">Notify from all accounts</string> + <string name="notification_general_all_accounts_desc">Get general notifications for every account that is logged in.</string> <string name="notification_messages">Enable message notifications</string> <string name="notification_messages_desc">Get instant message notifications for your current account.</string> <string name="notification_messages_all_accounts">Notify messages from all accounts</string> <string name="notification_messages_all_accounts_desc">Get instant message notifications from all accounts</string> <string name="notification_fetch_now">Fetch Notifications Now</string> - <string name="notification_fetch_now_desc">Trigger the notification fetcher once. Note that fetching instant messages takes time.</string> + <string name="notification_fetch_now_desc">Trigger the notification fetcher once.</string> <string name="notification_fetch_success">Fetching Notifications…</string> <string name="notification_fetch_fail">Couldn\'t fetch notifications</string> <string name="notification_sound">Notification sound</string> |