diff options
Diffstat (limited to 'overlay')
-rw-r--r-- | overlay/frameworks/base/core/res/res/values/arrays.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/overlay/frameworks/base/core/res/res/values/arrays.xml b/overlay/frameworks/base/core/res/res/values/arrays.xml index 3e77a7d..5b65ae4 100644 --- a/overlay/frameworks/base/core/res/res/values/arrays.xml +++ b/overlay/frameworks/base/core/res/res/values/arrays.xml @@ -20,16 +20,16 @@ <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> <!-- Defines the shutdown options shown in the reboot dialog. --> - <!-- <array name="shutdown_reboot_options" translatable="false"> + <array name="shutdown_reboot_options" translatable="false"> <item>@string/reboot_reboot</item> <item>@string/reboot_recovery</item> - </array> --> + </array> <!-- Do not translate. Defines the shutdown actions passed to the kernel. The first item should be empty for regular reboot. --> - <!-- <string-array name="shutdown_reboot_actions" translatable="false"> + <string-array name="shutdown_reboot_actions" translatable="false"> <item></item> <item>recovery</item> - </string-array> --> + </string-array> </resources> |