summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorByteHamster <info@bytehamster.com>2018-05-26 23:17:57 +0200
committerByteHamster <info@bytehamster.com>2018-05-26 23:18:01 +0200
commitaa25ab5ff4a99deff19be05b04eaedbcb7d851ad (patch)
treeed5067d9d3a0920dd1a231dd680b4d55109a56b9
parentbadc8398049314451a7c2f51a632e323786d6c7b (diff)
downloadAntennaPod-aa25ab5ff4a99deff19be05b04eaedbcb7d851ad.zip
Added examples to notification descriptions
-rw-r--r--core/src/main/res/values/strings.xml8
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>