summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordaniel oeh <daniel.oeh@gmail.com>2014-02-15 13:35:38 +0100
committerdaniel oeh <daniel.oeh@gmail.com>2014-02-15 13:35:38 +0100
commit65a2313751b218d25384615ef2be12eeaeca26b9 (patch)
tree82440424cb51b02952ae8347e8e47cc143ff50a0
parentf4da9674cc4b16ad84cfccd7b72a670476c6e5b7 (diff)
downloadAntennaPod-65a2313751b218d25384615ef2be12eeaeca26b9.zip
Replace 'cover' with 'picture'
-rw-r--r--res/values/strings.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 4d7d73af0..be20462d3 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -35,7 +35,7 @@
<string name="author_label">Author</string>
<string name="language_label">Language</string>
<string name="podcast_settings_label">Settings</string>
- <string name="cover_label">Cover</string>
+ <string name="cover_label">Picture</string>
<string name="error_label">Error</string>
<string name="error_msg_prefix">An error occurred:</string>
<string name="refresh_label">Refresh</string>
@@ -323,7 +323,7 @@
<!-- Content descriptions for image buttons -->
<string name="show_chapters_label">Show chapters</string>
<string name="show_shownotes_label">Show shownotes</string>
- <string name="show_cover_label">Show cover</string>
+ <string name="show_cover_label">Show picture</string>
<string name="rewind_label">Rewind</string>
<string name="fast_forward_label">Fast forward</string>
<string name="media_type_audio_label">Audio</string>