diff options
| author | Janito Vaqueiro Ferreira Filho <janito@mullvad.net> | 2020-08-20 23:02:49 +0000 |
|---|---|---|
| committer | Janito Vaqueiro Ferreira Filho <janito@mullvad.net> | 2020-08-24 18:40:47 +0000 |
| commit | 55ad2c95d872e2adebb0347d845e89b38e414a83 (patch) | |
| tree | 7ce89e8e2f021767c484aabc3476ae1cb09ebd9d /android | |
| parent | 19ecc687bcd5c4267bfd575f7a049e441cdb9591 (diff) | |
| download | mullvadvpn-55ad2c95d872e2adebb0347d845e89b38e414a83.tar.xz mullvadvpn-55ad2c95d872e2adebb0347d845e89b38e414a83.zip | |
Change spelling in string resource IDs
Diffstat (limited to 'android')
| -rw-r--r-- | android/src/main/res/layout/advanced.xml | 2 | ||||
| -rw-r--r-- | android/src/main/res/layout/split_tunnelling.xml | 4 | ||||
| -rw-r--r-- | android/src/main/res/layout/split_tunnelling_header.xml | 4 | ||||
| -rw-r--r-- | android/src/main/res/values/strings.xml | 4 |
4 files changed, 7 insertions, 7 deletions
diff --git a/android/src/main/res/layout/advanced.xml b/android/src/main/res/layout/advanced.xml index ecd6a27620..0959ea1049 100644 --- a/android/src/main/res/layout/advanced.xml +++ b/android/src/main/res/layout/advanced.xml @@ -56,7 +56,7 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_marginTop="@dimen/vertical_space" - mullvad:text="@string/split_tunnelling" /> + mullvad:text="@string/split_tunneling" /> </LinearLayout> </net.mullvad.mullvadvpn.ui.widget.ListenableScrollView> </LinearLayout> diff --git a/android/src/main/res/layout/split_tunnelling.xml b/android/src/main/res/layout/split_tunnelling.xml index aabc764c95..7d080be09c 100644 --- a/android/src/main/res/layout/split_tunnelling.xml +++ b/android/src/main/res/layout/split_tunnelling.xml @@ -8,7 +8,7 @@ <TextView android:id="@+id/title" android:layout_width="wrap_content" android:layout_height="wrap_content" - android:text="@string/split_tunnelling" + android:text="@string/split_tunneling" style="@style/SettingsCollapsedHeader" /> <LinearLayout android:layout_width="match_parent" android:layout_height="match_parent" @@ -24,7 +24,7 @@ android:layout_height="wrap_content" android:layout_marginHorizontal="4dp" android:layout_gravity="center" - android:text="@string/split_tunnelling" + android:text="@string/split_tunneling" style="@style/SettingsCollapsedHeader" /> </FrameLayout> <net.mullvad.mullvadvpn.ui.widget.CustomRecyclerView android:id="@+id/app_list" diff --git a/android/src/main/res/layout/split_tunnelling_header.xml b/android/src/main/res/layout/split_tunnelling_header.xml index e68dfa4f30..12fb12c4f3 100644 --- a/android/src/main/res/layout/split_tunnelling_header.xml +++ b/android/src/main/res/layout/split_tunnelling_header.xml @@ -11,13 +11,13 @@ android:layout_marginLeft="@dimen/side_margin" android:layout_marginTop="2dp" android:layout_marginBottom="12dp" - android:text="@string/split_tunnelling" + android:text="@string/split_tunneling" style="@style/SettingsExpandedHeader" /> <TextView android:layout_width="match_parent" android:layout_height="wrap_content" android:paddingTop="8dp" android:paddingHorizontal="@dimen/side_margin" - android:text="@string/split_tunnelling_description" + android:text="@string/split_tunneling_description" android:textColor="@color/white60" android:textSize="@dimen/text_small" /> <net.mullvad.mullvadvpn.ui.widget.ToggleCell android:id="@+id/enabled" diff --git a/android/src/main/res/values/strings.xml b/android/src/main/res/values/strings.xml index dc473995eb..a52aa8ac73 100644 --- a/android/src/main/res/values/strings.xml +++ b/android/src/main/res/values/strings.xml @@ -159,8 +159,8 @@ <string name="wireguard_key_verification_failure">Key verification failed</string> <string name="wireguard_public_key">WireGuard public key</string> <string name="copied_wireguard_public_key">Copied WireGuard public key to clipboard</string> - <string name="split_tunnelling">Split tunneling</string> - <string name="split_tunnelling_description">Split tunneling makes it possible to select which + <string name="split_tunneling">Split tunneling</string> + <string name="split_tunneling_description">Split tunneling makes it possible to select which applications should not be routed through the VPN tunnel.</string> <string name="enabled">Enabled</string> <string name="exclude_applications">Exclude applications</string> |
