Skip to content

Commit 92a55cf

Browse files
committed
Fix leading whitespace in some strings
1 parent 9794b94 commit 92a55cf

File tree

1 file changed

+9
-28
lines changed

1 file changed

+9
-28
lines changed

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

Lines changed: 9 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -11,36 +11,17 @@
1111
<string name="connected_status">Connected</string>
1212
<string name="failed_status">Oh no!</string>
1313

14-
<string name="disconnected_details">
15-
To intercept this device, start HTTP Toolkit on your computer, click the Android
16-
interception option, and scan the QR code shown.
17-
</string>
18-
<string name="connected_details">
19-
to %s on port %d
20-
</string>
21-
<string name="failed_details">
22-
We couldn\'t connect to HTTP Toolkit.\n\nIs it running, and connected to the same network as this device?
23-
</string>
14+
<string name="disconnected_details">To intercept this device, start HTTP Toolkit on your computer, click the Android interception option, and scan the QR code shown.</string>
15+
<string name="connected_details">to %s on port %d</string>
16+
<string name="failed_details">We couldn\'t connect to HTTP Toolkit.\n\nIs it running, and connected to the same network as this device?</string>
2417

25-
<string name="disabled_connection_status_heading">
26-
HTTPS interception disabled
27-
</string>
28-
<string name="user_connection_status_enabled_heading">
29-
User interception enabled
30-
</string>
31-
<string name="system_connection_status_disabled_heading">
32-
System interception disabled
33-
</string>
34-
<string name="system_connection_status_enabled_heading">
35-
System interception enabled
36-
</string>
18+
<string name="disabled_connection_status_heading">HTTPS interception disabled</string>
19+
<string name="user_connection_status_enabled_heading">User interception enabled</string>
20+
<string name="system_connection_status_disabled_heading">System interception disabled</string>
21+
<string name="system_connection_status_enabled_heading">System interception enabled</string>
3722

38-
<string name="user_connection_status_details">
39-
HTTPS traffic will only be intercepted from apps that are configured to trust user-installed certificates.
40-
</string>
41-
<string name="system_connection_status_details">
42-
Traffic will be intercepted from all installed applications, except those using explicit certificate pinning.
43-
</string>
23+
<string name="user_connection_status_details">HTTPS traffic will only be intercepted from apps that are configured to trust user-installed certificates.</string>
24+
<string name="system_connection_status_details">Traffic will be intercepted from all installed applications, except those using explicit certificate pinning.</string>
4425

4526
<string name="scan_button">Scan code</string>
4627
<string name="reconnect_button">Reconnect</string>

0 commit comments

Comments
 (0)