summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTyler Gunn <tgunn@google.com>2015-12-11 14:35:05 -0800
committerTyler Gunn <tgunn@google.com>2015-12-11 23:49:22 +0000
commit0a9cfab154483a2f2b1ef8aae0078f4ea64c0790 (patch)
tree4c2f4c5add93714285c14336b1954cd8c87cc316
parenta7ca2561f99d7ea3154f3f08a65f6abeb9b9cfd8 (diff)
downloadandroid_packages_services_Telecomm-0a9cfab154483a2f2b1ef8aae0078f4ea64c0790.tar.gz
android_packages_services_Telecomm-0a9cfab154483a2f2b1ef8aae0078f4ea64c0790.tar.bz2
android_packages_services_Telecomm-0a9cfab154483a2f2b1ef8aae0078f4ea64c0790.zip
Revert string resource to previous version.
Reverting outgoing_call_not_allowed_user_restriction as the newest version doesn't make sense. Bug: 25005066 Change-Id: I65760624fd1159758659d38ec8f64c1aeac574a5
-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 26df5748..cdae0039 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -85,7 +85,7 @@
<!-- Message indicating that the user is not allowed to make non-emergency outgoing phone calls
due to a user restriction -->
- <string name="outgoing_call_not_allowed_user_restriction">Only emergency calls are allowed by the device owner.</string>
+ <string name="outgoing_call_not_allowed_user_restriction">Only emergency calls are allowed.</string>
<!-- Message indicating that the user is not allowed to make non-emergency outgoing phone calls
due to the lack of the CALL_PHONE permission -->