summaryrefslogtreecommitdiffstats
path: root/res/values/strings.xml
diff options
context:
space:
mode:
authorSuprabh Shukla <suprabh@google.com>2017-01-23 14:38:33 -0800
committerSuprabh Shukla <suprabh@google.com>2017-01-23 14:44:32 -0800
commita0775a4184fe57bc90e6d15825b578f09559e1b0 (patch)
treee1933eeae2185a21b05628102de874c968ea57a5 /res/values/strings.xml
parent8644e2fa19ba481f0999458d786683c66e7d053d (diff)
downloadandroid_packages_apps_PackageInstaller-a0775a4184fe57bc90e6d15825b578f09559e1b0.tar.gz
android_packages_apps_PackageInstaller-a0775a4184fe57bc90e6d15825b578f09559e1b0.tar.bz2
android_packages_apps_PackageInstaller-a0775a4184fe57bc90e6d15825b578f09559e1b0.zip
Fixing character limit for string translation
Test: N/A Bug: 34581666 Change-Id: Ie12688033e02935dd8267e49da2f61ab74323661
Diffstat (limited to 'res/values/strings.xml')
-rw-r--r--res/values/strings.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index e9d77b9e..d5a93f4a 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -330,7 +330,7 @@
<!-- Help URL, application permissions [DO NOT TRANSLATE] -->
<string name="help_app_permissions" translatable="false"></string>
- <!-- Text to show in warning dialog when the app source is not trusted [CHAR LIMIT=45] -->
+ <!-- Text to show in warning dialog when the app source is not trusted [CHAR LIMIT=NONE] -->
<string name="untrusted_external_source_warning">Application installs from external sources are blocked for security reasons. Please review the external sources settings to turn on installs from this source.</string>
<!-- Label for button to open manage external sources settings [CHAR LIMIT=45] -->