From 209410dd2ad89a69bdeceb1e9c2a946e316e5728 Mon Sep 17 00:00:00 2001 From: Maurice Lam Date: Wed, 16 Aug 2017 13:39:12 -0700 Subject: [PATCH] Fix bad string reference The source string was removed but there are still references to it. Updating the references as well in this CL. Test: mma with ANDROID_AAPT_IGNORE on locale files Bug: 64763091 Change-Id: I43ef63207e884cbaa92ff3853b0f1fd690cf05f8 --- res/layout/choose_lock_password.xml | 2 +- src/com/android/settings/password/ChooseLockPassword.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/res/layout/choose_lock_password.xml b/res/layout/choose_lock_password.xml index fb938c96dca..f1b631e3ae5 100644 --- a/res/layout/choose_lock_password.xml +++ b/res/layout/choose_lock_password.xml @@ -21,7 +21,7 @@ android:layout_height="match_parent" android:icon="@drawable/ic_lock" settings:suwFooter="@layout/choose_lock_password_footer" - settings:suwHeaderText="@string/lockpassword_choose_your_password_header"> + settings:suwHeaderText="@string/lockpassword_choose_your_screen_lock_header">