mirror of
https://github.com/Helium314/HeliBoard.git
synced 2025-06-02 12:52:15 +00:00
Renamed variables from "paste" to "clipboard"
This commit is contained in:
parent
ff7406fb98
commit
e0f95aa5c9
16 changed files with 30 additions and 30 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue