diff options
Diffstat (limited to 'app/src/main/res/values')
-rw-r--r-- | app/src/main/res/values/strings_pref_notifications.xml | 7 | ||||
-rw-r--r-- | app/src/main/res/values/strings_preferences.xml | 2 |
2 files changed, 7 insertions, 2 deletions
diff --git a/app/src/main/res/values/strings_pref_notifications.xml b/app/src/main/res/values/strings_pref_notifications.xml index 3cd953f6..6d8c5d5e 100644 --- a/app/src/main/res/values/strings_pref_notifications.xml +++ b/app/src/main/res/values/strings_pref_notifications.xml @@ -12,10 +12,15 @@ <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_fetch_now">Fetch Notifications Now</string> - <string name="notification_fetch_now_desc">Trigger the notification fetcher one time.</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> <string name="notification_fetch_fail">Couldn\'t fetch notifications</string> <string name="notification_sound">Notification sound</string> + + <string name="notification_ringtone">Notification Ringtone</string> + <string name="message_ringtone">Message Ringtone</string> + <string name="select_ringtone">Selet Ringtone</string> + <string name="notification_vibrate">Notification vibration</string> <string name="notification_lights">Notification lights</string> diff --git a/app/src/main/res/values/strings_preferences.xml b/app/src/main/res/values/strings_preferences.xml index 05335345..590e8fe5 100644 --- a/app/src/main/res/values/strings_preferences.xml +++ b/app/src/main/res/values/strings_preferences.xml @@ -2,7 +2,7 @@ <string name="appearance">Appearance</string> <string name="appearance_desc">Theme, Items to display, etc</string> - <string name="notifications_desc">Frequency, filters, etc</string> + <string name="notifications_desc">Frequency, filters, ringtones, etc</string> <string name="newsfeed">News Feed</string> <string name="newsfeed_desc">Define what items appear in the newsfeed</string> |