summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
Diffstat (limited to 'res')
-rw-r--r--res/layout/vpn_dialog.xml4
-rw-r--r--res/values/strings.xml4
2 files changed, 4 insertions, 4 deletions
diff --git a/res/layout/vpn_dialog.xml b/res/layout/vpn_dialog.xml
index 3e4b44130..a4bb2163c 100644
--- a/res/layout/vpn_dialog.xml
+++ b/res/layout/vpn_dialog.xml
@@ -93,8 +93,8 @@
android:prompt="@string/vpn_ipsec_ca_cert" />
</LinearLayout>
- <TextView style="@style/vpn_label" android:text="@string/vpn_domains"/>
- <EditText style="@style/vpn_value" android:id="@+id/domains"
+ <TextView style="@style/vpn_label" android:text="@string/vpn_search_domains"/>
+ <EditText style="@style/vpn_value" android:id="@+id/search_domains"
android:hint="@string/vpn_not_used"/>
<!-- Not sure if we have time to make it. -->
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 93a7720d8..7a6d5aef4 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -3509,7 +3509,7 @@ found in the list of installed applications.</string>
<!-- Selection label for the IPSec CA certificate of a VPN network. [CHAR LIMIT=40] -->
<string name="vpn_ipsec_ca_cert">IPSec CA certificate</string>
<!-- Input label for the DNS search domains of a VPN network. [CHAR LIMIT=40] -->
- <string name="vpn_domains">DNS search domains</string>
+ <string name="vpn_search_domains">DNS search domains</string>
<!-- Input label for the forwarding routes of a VPN network. [CHAR LIMIT=40] -->
<string name="vpn_routes">Forwarding routes</string>
<!-- Input label for the username of a VPN network. [CHAR LIMIT=40] -->
@@ -3517,7 +3517,7 @@ found in the list of installed applications.</string>
<!-- Input label for the password of a VPN network. [CHAR LIMIT=40] -->
<string name="vpn_password">Password</string>
<!-- Checkbox label to save the username and the password for a VPN network. [CHAR LIMIT=40] -->
- <string name="vpn_save_login">Save this information</string>
+ <string name="vpn_save_login">Save account information</string>
<!-- Hint for an optional input of a VPN network. [CHAR LIMIT=40] -->
<string name="vpn_not_used">(not used)</string>