Skip to content

Commit

Permalink
small text changes for accessibility disclosure
Browse files Browse the repository at this point in the history
  • Loading branch information
KTachibanaM committed Oct 1, 2023
1 parent 31d3f86 commit b6605af
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ public void onCreatePreferences(Bundle paramBundle, String rootKey) {
new MaterialDialog.Builder(getContext())
.title(getString(R.string.quick_enter_before_enabling_prompt_title))
.content(getString(R.string.quick_enter_before_enabling_prompt_summary))
.positiveText(getString(R.string.proceed))
.positiveText(R.string.quick_enter_before_enabling_consent_button)
.negativeText(android.R.string.cancel)
.callback(new MaterialDialog.ButtonCallback() {
@Override
Expand Down
3 changes: 2 additions & 1 deletion app/src/main/res/values-zh/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@
<string name="pref_set_up_accessibility_enabled_summary">快捷输入已启用</string>
<string name="pref_privacy_policy_title">隐私政策</string>
<string name="quick_enter_before_enabling_prompt_title">启用快捷输入之前…</string>
<string name="quick_enter_before_enabling_prompt_summary">如果您启用了这个功能,本 app 将会处理所有您在本设备上输入的文字。本 app 不会将文字传输出设备,也不会将文字传输给任何第三方。更多细节请查询本 app 的隐私政策。</string>
<string name="quick_enter_before_enabling_prompt_summary">如果您启用了这个功能,本 app 将会处理所有您在本设备上输入的文字。本 app 不会将文字传输出设备,也不会将文字传输给任何第三方。</string>
<string name="pref_quick_enter_help_title">这是啥?</string>
<string name="quick_enter_before_enabling_consent_button">我同意</string>
</resources>
3 changes: 2 additions & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@
<string name="pref_set_up_accessibility_enabled_summary">Quick enter is enabled</string>
<string name="pref_privacy_policy_title">Privacy policy</string>
<string name="quick_enter_before_enabling_prompt_title">Before enabling quick enter…</string>
<string name="quick_enter_before_enabling_prompt_summary">In order for the feature to work, the app needs to process all texts you enter on your device. The app do not transmit the text outside of the device or to any third-party. Check privacy policy for more detail.</string>
<string name="quick_enter_before_enabling_prompt_summary">In order for the feature to work, the app needs to process all texts you enter on your device. The app do not transmit the text outside of the device or to any third-party.</string>
<string name="pref_quick_enter_help_title">What is this?</string>
<string name="quick_enter_before_enabling_consent_button">I agree</string>
</resources>

0 comments on commit b6605af

Please sign in to comment.