Merge "VpnSettings: rename some fields."

This commit is contained in:
Chia-chi Yeh
2011-06-30 23:36:52 -07:00
committed by Android (Google) Code Review
4 changed files with 30 additions and 27 deletions

View File

@@ -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. -->