diff options
Diffstat (limited to '')
-rw-r--r-- | gui/devices/landscape/res/landscape.xml | 2 | ||||
-rw-r--r-- | gui/devices/portrait/res/portrait.xml | 2 | ||||
-rw-r--r-- | gui/devices/watch/res/watch.xml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/gui/devices/landscape/res/landscape.xml b/gui/devices/landscape/res/landscape.xml index b41669113..c75be3c6f 100644 --- a/gui/devices/landscape/res/landscape.xml +++ b/gui/devices/landscape/res/landscape.xml @@ -3664,7 +3664,7 @@ <object type="text"> <placement x="%center_x%" y="%row1_text_y%" placement="5" /> - <text>TWRP has detected an unmodified system partition.</text> + <text>Keep System Read Only?</text> </object> <object type="text"> diff --git a/gui/devices/portrait/res/portrait.xml b/gui/devices/portrait/res/portrait.xml index cf113efd7..969044c19 100644 --- a/gui/devices/portrait/res/portrait.xml +++ b/gui/devices/portrait/res/portrait.xml @@ -3675,7 +3675,7 @@ <object type="text"> <placement x="%center_x%" y="%row1_header_y%" placement="5" /> - <text>TWRP has detected an unmodified system partition.</text> + <text>Keep System Read Only?</text> </object> <object type="text"> diff --git a/gui/devices/watch/res/watch.xml b/gui/devices/watch/res/watch.xml index 7fae5f3d7..28198fb2d 100644 --- a/gui/devices/watch/res/watch.xml +++ b/gui/devices/watch/res/watch.xml @@ -3664,7 +3664,7 @@ <object type="text"> <placement x="%center_x%" y="%row1_header_y%" placement="5" /> - <text>TWRP has detected an unmodified system partition.</text> + <text>Keep System Read Only?</text> </object> <object type="text"> |