diff options
author | ByteHamster <info@bytehamster.com> | 2018-05-26 23:17:57 +0200 |
---|---|---|
committer | ByteHamster <info@bytehamster.com> | 2018-05-26 23:18:01 +0200 |
commit | aa25ab5ff4a99deff19be05b04eaedbcb7d851ad (patch) | |
tree | ed5067d9d3a0920dd1a231dd680b4d55109a56b9 | |
parent | badc8398049314451a7c2f51a632e323786d6c7b (diff) | |
download | AntennaPod-aa25ab5ff4a99deff19be05b04eaedbcb7d851ad.zip |
Added examples to notification descriptions
-rw-r--r-- | core/src/main/res/values/strings.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/core/src/main/res/values/strings.xml b/core/src/main/res/values/strings.xml index 3870e2cda..b060d84cd 100644 --- a/core/src/main/res/values/strings.xml +++ b/core/src/main/res/values/strings.xml @@ -713,11 +713,11 @@ <!-- Notification channels --> <string name="notification_channel_user_action">Action required</string> - <string name="notification_channel_user_action_description">Shown if your action is required</string> + <string name="notification_channel_user_action_description">Shown if your action is required, for example if you need to enter a password.</string> <string name="notification_channel_downloading">Downloading</string> - <string name="notification_channel_downloading_description">Shown while currently downloading</string> + <string name="notification_channel_downloading_description">Shown while currently downloading.</string> <string name="notification_channel_playing">Currently playing</string> - <string name="notification_channel_playing_description">Allows to control playback</string> + <string name="notification_channel_playing_description">Allows to control playback. This is the main notification you see while playing a podcast.</string> <string name="notification_channel_error">Errors</string> - <string name="notification_channel_error_description">Shown if something went wrong</string> + <string name="notification_channel_error_description">Shown if something went wrong, for example if download or gpodder sync fails.</string> </resources> |