summaryrefslogtreecommitdiff
path: root/core/src/main/res
diff options
context:
space:
mode:
authorTom Hennen <tom.hennen@gmail.com>2016-03-25 13:04:59 -0400
committerTom Hennen <tom.hennen@gmail.com>2016-03-25 13:04:59 -0400
commitf5111ce6e3a2c90848d5b9e992c01403a82d1db3 (patch)
treec605ef2be622c2061187bdb961143ef3cb8cd2b8 /core/src/main/res
parent7ed82bcac3e1a66d21d6f01c2460e84682c82d6f (diff)
downloadAntennaPod-f5111ce6e3a2c90848d5b9e992c01403a82d1db3.zip
additional cleanup, removed submodule, renamed things
Diffstat (limited to 'core/src/main/res')
-rw-r--r--core/src/main/res/values/arrays.xml2
-rw-r--r--core/src/main/res/values/strings.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/core/src/main/res/values/arrays.xml b/core/src/main/res/values/arrays.xml
index 39a60edbf..57c566df1 100644
--- a/core/src/main/res/values/arrays.xml
+++ b/core/src/main/res/values/arrays.xml
@@ -148,7 +148,7 @@
<item>@string/episodes_label</item>
<item>@string/downloads_label</item>
<item>@string/playback_history_label</item>
- <item>@string/my_subscriptions</item>
+ <item>@string/subscriptions_label</item>
<item>@string/add_feed_label</item>
</string-array>
diff --git a/core/src/main/res/values/strings.xml b/core/src/main/res/values/strings.xml
index 8d0ef56d9..7c40c7d1a 100644
--- a/core/src/main/res/values/strings.xml
+++ b/core/src/main/res/values/strings.xml
@@ -22,7 +22,7 @@
<string name="downloads_running_label">Running</string>
<string name="downloads_completed_label">Completed</string>
<string name="downloads_log_label">Log</string>
- <string name="my_subscriptions">Subscriptions</string>
+ <string name="subscriptions_label">Subscriptions</string>
<string name="cancel_download_label">Cancel\nDownload</string>
<string name="playback_history_label">Playback History</string>
<string name="gpodnet_main_label">gpodder.net</string>