From cb302ca754324620c1f305f38b2705691772801b Mon Sep 17 00:00:00 2001 From: Norbel AMBANUMBEN Date: Wed, 27 Nov 2024 18:45:50 +0100 Subject: chore: update app text --- .../bitmaskclient/base/fragments/CensorshipCircumventionFragment.java | 4 ++-- app/src/main/res/values/strings.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/src/main/java/se/leap/bitmaskclient/base/fragments/CensorshipCircumventionFragment.java b/app/src/main/java/se/leap/bitmaskclient/base/fragments/CensorshipCircumventionFragment.java index 7ca93f2b..e97a8106 100644 --- a/app/src/main/java/se/leap/bitmaskclient/base/fragments/CensorshipCircumventionFragment.java +++ b/app/src/main/java/se/leap/bitmaskclient/base/fragments/CensorshipCircumventionFragment.java @@ -70,7 +70,7 @@ public class CensorshipCircumventionFragment extends Fragment { private void initDiscovery() { RadioButton noneRadioButton = new RadioButton(binding.getRoot().getContext()); - noneRadioButton.setText(getText(R.string.none)); + noneRadioButton.setText(getText(R.string.any)); noneRadioButton.setId(DISCOVERY_NONE); noneRadioButton.setChecked(!(hasSnowflakePrefs() && getUseSnowflake()) && !ProviderObservable.getInstance().getCurrentProvider().hasIntroducer()); binding.discoveryRadioGroup.addView(noneRadioButton); @@ -113,7 +113,7 @@ public class CensorshipCircumventionFragment extends Fragment { private void initTunneling() { RadioButton noneRadioButton = new RadioButton(binding.getRoot().getContext()); - noneRadioButton.setText(getText(R.string.none)); + noneRadioButton.setText(getText(R.string.any)); noneRadioButton.setChecked(!getUseObfs4() && !getUseObfs4Kcp()); noneRadioButton.setId(TUNNELING_NONE); binding.tunnelingRadioGroup.addView(noneRadioButton); diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 656a8ea5..b6ed322b 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -256,7 +256,7 @@ Manual configuration requires technical understanding. Proceed with caution. Discovery Censors can block the discovery of critical configuration information from your provider. Choose a circumvention option to bypass blocks. - None + Any (automagically selected) Invite Proxy Tunneling Censors can block access to the open internet. Choose a circumvention option to bypass blocks. -- cgit v1.2.3