Fix for build break (http://ag/844107)
The commit removed a string that was still used by AndroidManifest.xml
Change-Id: I32633546cfebcbb96066d80ff801c1d49b435f59
diff --git a/res/values/strings.xml b/res/values/strings.xml
index e4abbca..bbd97a4 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -513,6 +513,8 @@
<string name="next_label">Next</string>
<!-- LocalePicker -->
+ <!-- Title for the locale picker activity -->
+ <string name="language_picker_title">Language</string>
<!-- Title for the language selection screen [CHAR LIMIT=25] -->
<string name="pref_title_lang_selection">Language preference</string>