mirror of
https://github.com/iSoron/uhabits.git
synced 2025-12-06 01:08:50 -06:00
Settings: Update short toggle description
This commit is contained in:
@@ -80,7 +80,7 @@
|
|||||||
<string name="interval_always_ask">Always ask</string>
|
<string name="interval_always_ask">Always ask</string>
|
||||||
<string name="interval_custom">Custom...</string>
|
<string name="interval_custom">Custom...</string>
|
||||||
<string name="pref_toggle_title">Toggle with short press</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_rate_this_app">Rate this app on Google Play</string>
|
||||||
<string name="pref_send_feedback">Send feedback to developer</string>
|
<string name="pref_send_feedback">Send feedback to developer</string>
|
||||||
<string name="pref_view_source_code">View source code at GitHub</string>
|
<string name="pref_view_source_code">View source code at GitHub</string>
|
||||||
|
|||||||
@@ -27,7 +27,7 @@
|
|||||||
<SwitchPreferenceCompat
|
<SwitchPreferenceCompat
|
||||||
android:defaultValue="false"
|
android:defaultValue="false"
|
||||||
android:key="pref_short_toggle"
|
android:key="pref_short_toggle"
|
||||||
android:summary="@string/pref_toggle_description"
|
android:summary="@string/pref_toggle_description_2"
|
||||||
android:title="@string/pref_toggle_title"
|
android:title="@string/pref_toggle_title"
|
||||||
app:iconSpaceReserved="false" />
|
app:iconSpaceReserved="false" />
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user