diff options
author | Koen Glotzbach <11229646+keunes@users.noreply.github.com> | 2018-09-04 23:06:19 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-04 23:06:19 +0200 |
commit | 8379a215835576b41e02fb91184ce45a720e350d (patch) | |
tree | 1329e96aae7f782552512b8db731ea1e571842a0 /core | |
parent | c88df8064c177fa5b5838a0a2fa052dd113351f9 (diff) | |
download | AntennaPod-8379a215835576b41e02fb91184ce45a720e350d.zip |
Lowercase strings
use lowercase for particular strings
Diffstat (limited to 'core')
-rw-r--r-- | core/src/main/res/values/strings.xml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/core/src/main/res/values/strings.xml b/core/src/main/res/values/strings.xml index d3f227d02..c5049a025 100644 --- a/core/src/main/res/values/strings.xml +++ b/core/src/main/res/values/strings.xml @@ -124,14 +124,14 @@ <string name="mark_all_read_confirmation_msg">Please confirm that you want to mark all episodes as being played.</string> <string name="mark_all_read_feed_confirmation_msg">Please confirm that you want to mark all episodes in this podcast as being played.</string> <string name="mark_all_seen_label">Mark all as seen</string> - <string name="mark_all_seen_msg">Marked all Episodes as seen</string> + <string name="mark_all_seen_msg">Marked all episodes as seen</string> <string name="mark_all_seen_confirmation_msg">Please confirm that you want to mark all episodes as seen.</string> <string name="show_info_label">Show information</string> <string name="show_feed_settings_label">Show podcast settings</string> <string name="feed_info_label">Podcast info</string> <string name="feed_settings_label">Podcast settings</string> - <string name="rename_feed_label">Rename Podcast</string> - <string name="remove_feed_label">Remove Podcast</string> + <string name="rename_feed_label">Rename podcast</string> + <string name="remove_feed_label">Remove podcast</string> <string name="share_label">Share…</string> <string name="share_link_label">Share Episode URL</string> <string name="share_link_with_position_label">Share Episode URL with Position</string> @@ -139,9 +139,9 @@ <string name="share_feed_url_label">Share Feed URL</string> <string name="share_item_url_label">Share Media File URL</string> <string name="share_item_url_with_position_label">Share Media File URL with Position</string> - <string name="feed_delete_confirmation_msg">Please confirm that you want to delete the Podcast \"%1$s\" and ALL episodes of this feed that you have downloaded.</string> - <string name="feed_remover_msg">Removing Podcast</string> - <string name="load_complete_feed">Refresh complete Podcast</string> + <string name="feed_delete_confirmation_msg">Please confirm that you want to delete the podcast \"%1$s\" and ALL its episodes (including downloaded episodes).</string> + <string name="feed_remover_msg">Removing podcast</string> + <string name="load_complete_feed">Refresh complete podcast</string> <string name="hide_episodes_title">Hide Episodes</string> <string name="batch_edit">Batch edit</string> <string name="hide_unplayed_episodes_label">Unplayed</string> |