Update "you\'re already connected to VPN" strings

am: c9bf2ac95e

* commit 'c9bf2ac95e346f0c279436aa1f37d5bea6d2443e':
  Update "you're already connected to VPN" strings

Change-Id: I7ebc8cb060748f8bbcaf694572d90585d7b2a744
This commit is contained in:
Robin Lee
2016-04-22 14:09:13 +00:00
committed by android-build-merger
2 changed files with 4 additions and 4 deletions

View File

@@ -300,7 +300,7 @@ public class AppManagementFragment extends SettingsPreferenceFragment
.setTitle(R.string.vpn_replace_always_on_vpn_title)
.setMessage(getActivity().getString(R.string.vpn_replace_always_on_vpn_message))
.setNegativeButton(getActivity().getString(R.string.vpn_cancel), null)
.setPositiveButton(getActivity().getString(R.string.vpn_continue), this)
.setPositiveButton(getActivity().getString(R.string.vpn_replace), this)
.create();
}