Skip to content

Commit 1115a44

Browse files
committed
update strings
1 parent f14d5a7 commit 1115a44

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

base/src/main/res/values/strings.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1679,8 +1679,8 @@
16791679
<string name="expert_mode_settings_unavailable_text">These settings are unavailable until you acknowledge the warning.</string>
16801680
<string name="expert_mode_service_started">Expert Mode service is running</string>
16811681
<string name="expert_mode_stop_service_button">Stop</string>
1682-
<string name="expert_mode_shell_start_title">Start with shell</string>
1683-
<string name="expert_mode_shell_start_description">The other methods above are recommended. If you are using ADB then make sure you do \'adb shell\' first.</string>
1682+
<string name="expert_mode_shell_start_title">Start manually with ADB</string>
1683+
<string name="expert_mode_shell_start_description">The other methods above are recommended. You must do \'adb shell\' before executing this command.</string>
16841684
<string name="expert_mode_shell_start_get_command">Get command</string>
16851685
<string name="expert_mode_shell_start_retry">Retry</string>
16861686
<string name="expert_mode_shell_start_error">Failed to get command. Please try again.</string>

0 commit comments

Comments
 (0)