diff options
author | Zhomart Mukhamejanov <zhomart@google.com> | 2018-05-10 01:25:40 +0200 |
---|---|---|
committer | Zhomart Mukhamejanov <zhomart@google.com> | 2018-05-17 18:29:57 +0200 |
commit | 238beb73739071735a6bcbe462e27ab09a747f02 (patch) | |
tree | c31c7704c28bd2a54cc077781a0ba8526be63b02 /updater_sample/res/values | |
parent | Merge "recovery: Refactor common setup into main()" (diff) | |
download | android_bootable_recovery-238beb73739071735a6bcbe462e27ab09a747f02.tar android_bootable_recovery-238beb73739071735a6bcbe462e27ab09a747f02.tar.gz android_bootable_recovery-238beb73739071735a6bcbe462e27ab09a747f02.tar.bz2 android_bootable_recovery-238beb73739071735a6bcbe462e27ab09a747f02.tar.lz android_bootable_recovery-238beb73739071735a6bcbe462e27ab09a747f02.tar.xz android_bootable_recovery-238beb73739071735a6bcbe462e27ab09a747f02.tar.zst android_bootable_recovery-238beb73739071735a6bcbe462e27ab09a747f02.zip |
Diffstat (limited to 'updater_sample/res/values')
-rw-r--r-- | updater_sample/res/values/strings.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/updater_sample/res/values/strings.xml b/updater_sample/res/values/strings.xml index 2b671ee5d..db4a5dc67 100644 --- a/updater_sample/res/values/strings.xml +++ b/updater_sample/res/values/strings.xml @@ -18,4 +18,6 @@ <string name="action_reload">Reload</string> <string name="unknown">Unknown</string> <string name="close">CLOSE</string> + <string name="switch_slot">Switch Slot</string> + <string name="finish_update_info">To finish the update press the button below</string> </resources> |