Settings: Update short toggle description
This commit is contained in:
parent
4972257635
commit
32ef3c14f7
@ -80,7 +80,7 @@
|
||||
<string name="interval_always_ask">Always ask</string>
|
||||
<string name="interval_custom">Custom...</string>
|
||||
<string name="pref_toggle_title">Toggle with short press</string>
|
||||
<string name="pref_toggle_description">Put checkmarks with a single tap instead of press-and-hold. More convenient, but might cause accidental toggles.</string>
|
||||
<string name="pref_toggle_description_2">Put checkmarks with a single tap instead of press-and-hold.</string>
|
||||
<string name="pref_rate_this_app">Rate this app on Google Play</string>
|
||||
<string name="pref_send_feedback">Send feedback to developer</string>
|
||||
<string name="pref_view_source_code">View source code at GitHub</string>
|
||||
|
||||
@ -27,7 +27,7 @@
|
||||
<SwitchPreferenceCompat
|
||||
android:defaultValue="false"
|
||||
android:key="pref_short_toggle"
|
||||
android:summary="@string/pref_toggle_description"
|
||||
android:summary="@string/pref_toggle_description_2"
|
||||
android:title="@string/pref_toggle_title"
|
||||
app:iconSpaceReserved="false" />
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user