diff options
Diffstat (limited to 'gui/theme/common/landscape.xml')
-rw-r--r-- | gui/theme/common/landscape.xml | 47 |
1 files changed, 1 insertions, 46 deletions
diff --git a/gui/theme/common/landscape.xml b/gui/theme/common/landscape.xml index f460e6fee..5bbfe9029 100644 --- a/gui/theme/common/landscape.xml +++ b/gui/theme/common/landscape.xml @@ -2737,7 +2737,7 @@ <button style="main_button_half_width"> <placement x="%col2_x_left%" y="%row15a_y%"/> - <text>{@su_cancel=Do not Install}</text> + <text>{@install_cancel=Do not Install}</text> <action function="reboot">%tw_reboot_param%</action> </button> @@ -4726,51 +4726,6 @@ </action> </page> - <page name="installsu"> - <template name="page"/> - - <text style="text_l"> - <placement x="%col1_x_header%" y="%row3_header_y%"/> - <text>{@reboot_hdr=Reboot}</text> - </text> - - <text style="text_m"> - <placement x="%col1_x_header%" y="%row4_header_y%"/> - <text>{@su_hdr=SuperSU Check}</text> - </text> - - <text style="text_m_accent"> - <placement x="%center_x%" y="%row2_y%" placement="5"/> - <text>{@su_note1=Your device does not appear to be rooted.}</text> - </text> - - <text style="text_m"> - <placement x="%center_x%" y="%row4_y%" placement="5"/> - <text>{@su_note2=Install SuperSU now?}</text> - </text> - - <text style="text_m"> - <placement x="%center_x%" y="%row5_y%" placement="5"/> - <text>{@su_note3=This will root your device.}</text> - </text> - - <button style="main_button_half_width"> - <placement x="%col2_x_left%" y="%row15a_y%"/> - <text>{@su_cancel=Do not Install}</text> - <action function="set">tw_page_done=1</action> - </button> - - <slider> - <text>{@swipe_su_to_install=Swipe to Install}</text> - <actions> - <action function="set">tw_action=installsu</action> - <action function="set">tw_action_text1={@su_installing=Installing SuperSU}</action> - <action function="set">tw_action_text2=</action> - <action function="page">singleaction_page</action> - </actions> - </slider> - </page> - <page name="slideout"> <fill color="%background_color%"> <placement x="0" y="%row2_header_y%" w="%screen_width%" h="%slideout_bg_height%"/> |