Show correct string when prompting for pattern before encrypting

Bug: 16505763
Change-Id: I05d874be7651f68688d6582236541f418ec6afc2
This commit is contained in:
Paul Lawrence
2014-07-23 14:14:53 -07:00
parent 2513851ace
commit e68f5224e4
2 changed files with 7 additions and 1 deletions

View File

@@ -164,7 +164,7 @@ public class CryptKeeperSettings extends Fragment {
return helper.launchConfirmationActivity(request,
res.getText(R.string.master_clear_gesture_prompt),
res.getText(R.string.master_clear_gesture_explanation),
res.getText(R.string.crypt_keeper_confirm_encrypt),
true);
}