aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/values/strings_pref_notifications.xml
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2017-10-07 01:00:24 -0400
committerGitHub <noreply@github.com>2017-10-07 01:00:24 -0400
commit60cc50d8f6785d33adf4dafd456c836c96a9e3de (patch)
treea887c1dc931f0c434e912c9209c8fa91c2d003e9 /app/src/main/res/values/strings_pref_notifications.xml
parent5382d8222915727a47c36f0e7ac280c701dbfcdf (diff)
downloadfrost-60cc50d8f6785d33adf4dafd456c836c96a9e3de.tar.gz
frost-60cc50d8f6785d33adf4dafd456c836c96a9e3de.tar.bz2
frost-60cc50d8f6785d33adf4dafd456c836c96a9e3de.zip
Enhancement/message parsing (#369)
* Test custom regex * Remove statics, use lists, and add amp (#366) * Remove statics, use lists, and add amp * Remove another jvmstatic * Update parser for messages * Update dependencies * Update travis * Use parsing for background im fetcher * Update changelog * Update changelog
Diffstat (limited to 'app/src/main/res/values/strings_pref_notifications.xml')
-rw-r--r--app/src/main/res/values/strings_pref_notifications.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/src/main/res/values/strings_pref_notifications.xml b/app/src/main/res/values/strings_pref_notifications.xml
index 9530cdaa..61c8c598 100644
--- a/app/src/main/res/values/strings_pref_notifications.xml
+++ b/app/src/main/res/values/strings_pref_notifications.xml
@@ -12,6 +12,8 @@
<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_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_success">Fetching Notifications…</string>