From cb14fd930fd3967053d9ddbab152ea0af65ffc0b Mon Sep 17 00:00:00 2001 From: orionlee Date: Sat, 6 Apr 2019 11:27:20 -0700 Subject: 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 --- app/src/main/res/layout/downloaded_episodeslist_item.xml | 2 +- app/src/main/res/menu/episodes_apply_action_speeddial.xml | 2 +- core/src/main/res/values/strings.xml | 2 +- 3 files changed, 3 insertions(+), 3 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" diff --git a/app/src/main/res/menu/episodes_apply_action_speeddial.xml b/app/src/main/res/menu/episodes_apply_action_speeddial.xml index 88f036914..39083e41b 100644 --- a/app/src/main/res/menu/episodes_apply_action_speeddial.xml +++ b/app/src/main/res/menu/episodes_apply_action_speeddial.xml @@ -7,7 +7,7 @@ --> Remove Delete Unable to delete file. Rebooting the device could help. - Delete Episode + Delete Episode %d episode deleted. %d episodes deleted. -- cgit v1.2.3