summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Biswarup Pal <biswarupp@google.com> 2020-11-17 17:44:00 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2020-11-17 17:44:00 +0000
commit8eac4a548b036f942a081a25a7524386e3f2857c (patch)
tree5a7c3610726885e0f85791055d04c9f2124178d9
parent1082f9e75938a0b06b5ba6d719e3f823dbd3c64d (diff)
parentc547980429be6fe5bf0f8f6144565283edb1fae1 (diff)
Merge "Change strings in transcode settings screen"
-rw-r--r--packages/SettingsLib/res/values/strings.xml12
1 files changed, 6 insertions, 6 deletions
diff --git a/packages/SettingsLib/res/values/strings.xml b/packages/SettingsLib/res/values/strings.xml
index 4d054ecc9914..cea7903b8726 100644
--- a/packages/SettingsLib/res/values/strings.xml
+++ b/packages/SettingsLib/res/values/strings.xml
@@ -992,14 +992,14 @@
<string name="standby_bucket_summary">App standby
state:<xliff:g id="bucket"> %s</xliff:g></string>
- <!-- Settings item title for transcode settings for apps. [CHAR LIMIT=85] -->
- <string name="transcode_settings_title">Media transcode settings</string>
+ <!-- Settings item title for media transcoding settings. [CHAR LIMIT=85] -->
+ <string name="transcode_settings_title">Media transcoding settings</string>
- <!-- Settings item title to enable or disable transcoding for all apps. [CHAR LIMIT=85] -->
- <string name="transcode_enable_all">Enable transcoding for all apps</string>
+ <!-- Settings item title to disable transcoding globally. [CHAR LIMIT=85] -->
+ <string name="transcode_enable_all">Disable transcoding</string>
- <!-- Settings category title for selecting apps to be skipped from transcoding. [CHAR LIMIT=85] -->
- <string name="transcode_skip_apps">Disable transcoding for apps</string>
+ <!-- Settings category title for selecting apps to be enabled for transcoding. [CHAR LIMIT=85] -->
+ <string name="transcode_skip_apps">Enable transcoding for apps</string>
<!-- Services settings screen, setting option name for the user to go to the screen to view running services -->
<string name="runningservices_settings_title">Running services</string>