summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Adam Bookatz <bookatz@google.com> 2021-04-01 19:26:52 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2021-04-01 19:26:52 +0000
commit3107f998487d5ffbf2b15a75177d7474a06753bf (patch)
treeb407e76ebbeb064bbe917bf297dfdcde07678980
parentb47983f0eb8ff5419ae2a71c75375ca69ce29b6f (diff)
parentbec782c911c82b6937c2645fedc5229a96418e0a (diff)
Merge "String for: Failed guest creation doesn't crash Settings" into sc-dev
-rw-r--r--packages/SettingsLib/res/values/strings.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/SettingsLib/res/values/strings.xml b/packages/SettingsLib/res/values/strings.xml
index c6472de22e8a..bcc22f6605a5 100644
--- a/packages/SettingsLib/res/values/strings.xml
+++ b/packages/SettingsLib/res/values/strings.xml
@@ -1405,6 +1405,8 @@
<string name="user_switch_to_user">Switch to <xliff:g id="user_name" example="John Doe">%s</xliff:g></string>
<!-- Dialog message when creating a new user [CHAR LIMIT=40] -->
<string name="creating_new_user_dialog_message">Creating new user…</string>
+ <!-- Text shown to notify that the creation of new user has failed. [CHAR LIMIT=40] -->
+ <string name="add_user_failed">Failed to create a new user</string>
<!-- Title for the preference to enter the nickname of the user to display in the user switcher [CHAR LIMIT=25]-->
<string name="user_nickname">Nickname</string>