diff options
author | Sean hoyt <seanhoyt963@gmail.com> | 2018-07-30 10:27:08 +0200 |
---|---|---|
committer | Sean hoyt <seanhoyt963@gmail.com> | 2018-07-30 10:29:46 +0200 |
commit | 32aef7a2cf8ef3881e1efdce6cf693bc762cc604 (patch) | |
tree | 32ba1fec9bcf0c29e757ace4815d5716c6c71067 /gui | |
parent | 3.2.3 (diff) | |
download | android_bootable_recovery-32aef7a2cf8ef3881e1efdce6cf693bc762cc604.tar android_bootable_recovery-32aef7a2cf8ef3881e1efdce6cf693bc762cc604.tar.gz android_bootable_recovery-32aef7a2cf8ef3881e1efdce6cf693bc762cc604.tar.bz2 android_bootable_recovery-32aef7a2cf8ef3881e1efdce6cf693bc762cc604.tar.lz android_bootable_recovery-32aef7a2cf8ef3881e1efdce6cf693bc762cc604.tar.xz android_bootable_recovery-32aef7a2cf8ef3881e1efdce6cf693bc762cc604.tar.zst android_bootable_recovery-32aef7a2cf8ef3881e1efdce6cf693bc762cc604.zip |
Diffstat (limited to '')
-rw-r--r-- | gui/theme/common/languages/sv.xml | 5 | ||||
-rw-r--r-- | gui/theme/common/watch.xml | 15 |
2 files changed, 1 insertions, 19 deletions
diff --git a/gui/theme/common/languages/sv.xml b/gui/theme/common/languages/sv.xml index 076ee0b5e..eadc18d8c 100644 --- a/gui/theme/common/languages/sv.xml +++ b/gui/theme/common/languages/sv.xml @@ -176,10 +176,7 @@ <string name="term_kill_btn">DÖDA</string> <string name="swipe_sideload"> Start</string> <string name="reboot_hdr">Starta om</string> - <string name="su_note2">Installera SuperSU nu?</string> - <string name="su_cancel">Installera inte</string> - <string name="swipe_su_install"> Installera</string> - <string name="su_installing">Installerar SuperSU</string> + <string name="install_cancel">Installera inte</string> <string name="sel_storage_list">Välj lagring</string> <string name="ok_btn">OK</string> <string name="generating_digest1" version="2">Genererar Digest</string> diff --git a/gui/theme/common/watch.xml b/gui/theme/common/watch.xml index 019045ac5..83f4b63f2 100644 --- a/gui/theme/common/watch.xml +++ b/gui/theme/common/watch.xml @@ -3393,21 +3393,6 @@ <action function="reboot">%tw_reboot_param%</action> </button> - <slider> - <text>{@swipe_su_install= Install}</text> - <actions> - <action function="set">tw_back=reboot</action> - <action function="set">tw_action=installapp</action> - <action function="set">tw_action_text1={@reboot_installing_app=Installing App...}</action> - <action function="set">tw_action_text2=</action> - <action function="set">tw_has_action2=1</action> - <action function="set">tw_action2=reboot</action> - <action function="set">tw_action2_param=%tw_reboot_param%</action> - <action function="set">tw_complete_text1={@rebooting=Rebooting...}</action> - <action function="page">action_page</action> - </actions> - </slider> - <action> <touch key="home"/> <actions> |