Skip to content

Commit 2a33ae2

Browse files
committed
see 06/29 log
2 parents 15c0014 + f099a1f commit 2a33ae2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

subutil/pkg/src/main/res/layout/activity_dangerous.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@
6060
style="@style/CbStyle"
6161
android:layout_width="wrap_content"
6262
android:layout_height="wrap_content"
63-
android:text="@string/network_data_enabled" />
64-
63+
android:text="@string/dangerous_data_enabled" />
6564

6665
</LinearLayout>

subutil/pkg/src/main/res/values/strings.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,5 @@
2121
<string name="dangerous_reboot">Reboot</string>
2222
<string name="dangerous_reboot_to_recovery">Reboot To Recovery</string>
2323
<string name="dangerous_reboot_to_bootloader">Reboot To Bootloader</string>
24+
<string name="dangerous_data_enabled">Mobile Data Enabled</string>
2425
</resources>

0 commit comments

Comments
 (0)