summaryrefslogtreecommitdiff
path: root/app/src/main/res/layout
diff options
context:
space:
mode:
authororionlee <orionlee@yahoo.com>2019-04-06 11:27:20 -0700
committerorionlee <orionlee@yahoo.com>2019-04-06 11:27:20 -0700
commitcb14fd930fd3967053d9ddbab152ea0af65ffc0b (patch)
tree7b9b4a05c79d19d4edc3435f14372b6fd87577df /app/src/main/res/layout
parent075547947ea9f85e15e541919e8163f0ec253115 (diff)
downloadAntennaPod-cb14fd930fd3967053d9ddbab152ea0af65ffc0b.zip
refactor - rename string resource name `remove_episode_lable` , which was ambiguous with typos, to `delete_episode_label`
- non-default string resources to be handled by Transifex
Diffstat (limited to 'app/src/main/res/layout')
-rw-r--r--app/src/main/res/layout/downloaded_episodeslist_item.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/layout/downloaded_episodeslist_item.xml b/app/src/main/res/layout/downloaded_episodeslist_item.xml
index 66ae6c180..65a08251f 100644
--- a/app/src/main/res/layout/downloaded_episodeslist_item.xml
+++ b/app/src/main/res/layout/downloaded_episodeslist_item.xml
@@ -92,7 +92,7 @@
android:layout_height="match_parent"
android:background="?attr/selectableItemBackground"
android:clickable="false"
- android:contentDescription="@string/remove_episode_lable"
+ android:contentDescription="@string/delete_episode_label"
android:focusable="false"
android:focusableInTouchMode="false"
android:src="?attr/content_discard"