Renamed variables from "paste" to "clipboard"

This commit is contained in:
Trevor Terris 2021-11-22 08:12:17 -05:00
parent ff7406fb98
commit e0f95aa5c9
16 changed files with 30 additions and 30 deletions

View file

@ -72,9 +72,9 @@
android:defaultValue="true"
android:persistent="true" />
<CheckBoxPreference
android:key="pref_show_paste_key"
android:title="@string/show_paste_key"
android:summary="@string/show_paste_key_summary"
android:key="pref_show_clipboard_key"
android:title="@string/show_clipboard_key"
android:summary="@string/show_clipboard_key_summary"
android:defaultValue="false"
android:persistent="true" />
</PreferenceScreen>