aboutsummaryrefslogtreecommitdiff
path: root/res/values
diff options
context:
space:
mode:
Diffstat (limited to 'res/values')
-rw-r--r--res/values/arrays.xml6
-rw-r--r--res/values/strings.xml3
2 files changed, 3 insertions, 6 deletions
diff --git a/res/values/arrays.xml b/res/values/arrays.xml
index b3181364..24bc60b6 100644
--- a/res/values/arrays.xml
+++ b/res/values/arrays.xml
@@ -38,10 +38,4 @@
<item>News</item>
<item>Gaming</item>
</string-array>
-
- <!-- The command strings which are displayed in the "Edit Channels" side panel -->
- <string-array name="edit_channels_actions" translatable="true">
- <item>Show all</item>
- <item>Hide all</item>
- </string-array>
</resources>
diff --git a/res/values/strings.xml b/res/values/strings.xml
index a8d15724..c644e926 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -82,6 +82,9 @@
<!-- Edit channel list (enable/disable individual channels) -->
<string name="edit_channels_title">Edit <xliff:g id="tv_input">%s</xliff:g> channels</string>
+ <string name="edit_channels_show_all">Show all</string>
+ <string name="edit_channels_hide_all">Hide all</string>
+
<!-- Text displayed in edit channels activity when there aren't any channels in the TV input.
[CHAR LIMIT=20] -->
<string name="empty_channel_tvinput">No channels in the TV input.</string>