aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/recovery_l10n/res/values/strings.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/recovery_l10n/res/values/strings.xml b/tools/recovery_l10n/res/values/strings.xml
index f6193ab1..971e038d 100644
--- a/tools/recovery_l10n/res/values/strings.xml
+++ b/tools/recovery_l10n/res/values/strings.xml
@@ -13,18 +13,18 @@
13 13
14 <!-- Displayed on the screen beneath the animated android while the 14 <!-- Displayed on the screen beneath the animated android while the
15 system is installing an update. [CHAR LIMIT=60] --> 15 system is installing an update. [CHAR LIMIT=60] -->
16 <string name="recovery_installing">Installing system update\u2026</string> 16 <string name="recovery_installing">Installing system update</string>
17 17
18 <!-- Displayed on the screen beneath the animated android while the 18 <!-- Displayed on the screen beneath the animated android while the
19 system is erasing a partition (either a data wipe aka "factory 19 system is erasing a partition (either a data wipe aka "factory
20 reset", or a cache wipe). [CHAR LIMIT=60] --> 20 reset", or a cache wipe). [CHAR LIMIT=60] -->
21 <string name="recovery_erasing">Erasing\u2026</string> 21 <string name="recovery_erasing">Erasing</string>
22 22
23 <!-- Displayed on the screen when the user has gotten into recovery 23 <!-- Displayed on the screen when the user has gotten into recovery
24 mode without a command to run. Will not normally happen, but 24 mode without a command to run. Will not normally happen, but
25 users (especially developers) may boot into recovery mode 25 users (especially developers) may boot into recovery mode
26 manually via special key combinations. [CHAR LIMIT=60] --> 26 manually via special key combinations. [CHAR LIMIT=60] -->
27 <string name="recovery_no_command">No command.</string> 27 <string name="recovery_no_command">No command</string>
28 28
29 <!-- Displayed on the triangle-! screen when a system update 29 <!-- Displayed on the triangle-! screen when a system update
30 installation or data wipe procedure encounters an error. [CHAR 30 installation or data wipe procedure encounters an error. [CHAR
@@ -33,6 +33,6 @@
33 33
34 <!-- Displayed on the screen beneath the animation while the 34 <!-- Displayed on the screen beneath the animation while the
35 system is installing a security update. [CHAR LIMIT=60] --> 35 system is installing a security update. [CHAR LIMIT=60] -->
36 <string name="recovery_installing_security">Installing security update\u2026</string> 36 <string name="recovery_installing_security">Installing security update</string>
37 37
38</resources> 38</resources>