summaryrefslogtreecommitdiff
path: root/app/src
diff options
context:
space:
mode:
authorTom Hennen <tom.hennen@gmail.com>2015-08-08 13:05:05 -0400
committerTom Hennen <tom.hennen@gmail.com>2015-08-08 13:05:05 -0400
commit67f641bded3a0aa02ba90cb7ae3c991391d24064 (patch)
treefe7dc178a8116f489cf89f52a094746b949952e9 /app/src
parentf13615d46ab45d82b9c1de28648934c9995fbb6a (diff)
downloadAntennaPod-67f641bded3a0aa02ba90cb7ae3c991391d24064.zip
use correct string for action
Diffstat (limited to 'app/src')
-rw-r--r--app/src/main/res/menu/feedinfo.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/src/main/res/menu/feedinfo.xml b/app/src/main/res/menu/feedinfo.xml
index 94f34db93..9fdd56b6c 100644
--- a/app/src/main/res/menu/feedinfo.xml
+++ b/app/src/main/res/menu/feedinfo.xml
@@ -22,7 +22,7 @@
<item
android:id="@+id/share_download_url_item"
custom:showAsAction="collapseActionView"
- android:title="@string/share_source_label">
+ android:title="@string/share_feed_url_label">
</item>
-</menu> \ No newline at end of file
+</menu>