diff options
Diffstat (limited to 'main/src/ui/res/xml')
-rw-r--r-- | main/src/ui/res/xml/vpn_authentification.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/main/src/ui/res/xml/vpn_authentification.xml b/main/src/ui/res/xml/vpn_authentification.xml index 458378b7..374431e7 100644 --- a/main/src/ui/res/xml/vpn_authentification.xml +++ b/main/src/ui/res/xml/vpn_authentification.xml @@ -16,6 +16,8 @@ <de.blinkt.openvpn.views.RemoteCNPreference android:dependency="checkRemoteCN" + android:positiveButtonText="@android:string/ok" + android:negativeButtonText="@string/cancel" android:key="remotecn" android:title="@string/enter_tlscn_title" /> |