diff options
author | Koen Glotzbach <11229646+keunes@users.noreply.github.com> | 2018-07-28 10:56:26 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-28 10:56:26 +0200 |
commit | 3bd91238522e444e0921115e3d50cb2e3db81da1 (patch) | |
tree | c312f970bb913db8b53d2601de32964b5d2a57d2 /core | |
parent | 0172293a6deab1795cef34cc81d84fea9e2760bc (diff) | |
download | AntennaPod-3bd91238522e444e0921115e3d50cb2e3db81da1.zip |
Update strings.xml
Escape apostrophes
Diffstat (limited to 'core')
-rw-r--r-- | core/src/main/res/values/strings.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/main/res/values/strings.xml b/core/src/main/res/values/strings.xml index f7e5c23c9..c80a19536 100644 --- a/core/src/main/res/values/strings.xml +++ b/core/src/main/res/values/strings.xml @@ -382,7 +382,7 @@ <string name="pref_nav_drawer_feed_order_title">Set Subscription Order</string> <string name="pref_nav_drawer_feed_order_sum">Change the order of your subscriptions</string> <string name="pref_nav_drawer_feed_counter_title">Set Subscription Counter</string> - <string name="pref_nav_drawer_feed_counter_sum">Change the information displayed by the subscription counter. Also affects the sorting of subscriptions if 'Subscription Order' is set to 'Counter'.</string> + <string name="pref_nav_drawer_feed_counter_sum">Change the information displayed by the subscription counter. Also affects the sorting of subscriptions if \'Subscription Order\' is set to \'Counter\'.</string> <string name="pref_set_theme_sum">Change the appearance of AntennaPod.</string> <string name="pref_automatic_download_title">Automatic Download</string> <string name="pref_automatic_download_sum">Configure the automatic download of episodes.</string> |