diff options
author | Tom Hennen <tom.hennen@gmail.com> | 2015-08-08 13:05:05 -0400 |
---|---|---|
committer | Tom Hennen <tom.hennen@gmail.com> | 2015-08-08 13:05:05 -0400 |
commit | 67f641bded3a0aa02ba90cb7ae3c991391d24064 (patch) | |
tree | fe7dc178a8116f489cf89f52a094746b949952e9 /app/src/main | |
parent | f13615d46ab45d82b9c1de28648934c9995fbb6a (diff) | |
download | AntennaPod-67f641bded3a0aa02ba90cb7ae3c991391d24064.zip |
use correct string for action
Diffstat (limited to 'app/src/main')
-rw-r--r-- | app/src/main/res/menu/feedinfo.xml | 4 |
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> |