mirror of
https://github.com/SimpleMobileTools/Simple-Clock.git
synced 2025-06-05 22:19:17 +02:00
replace "Max reminder length" string with "Max reminder duration"
This commit is contained in:
@ -204,7 +204,7 @@
|
||||
android:layout_toStartOf="@+id/settings_alarm_max_reminder"
|
||||
android:paddingLeft="@dimen/medium_margin"
|
||||
android:paddingRight="@dimen/medium_margin"
|
||||
android:text="@string/max_reminder_length"/>
|
||||
android:text="@string/max_reminder_duration"/>
|
||||
|
||||
<com.simplemobiletools.commons.views.MyTextView
|
||||
android:id="@+id/settings_alarm_max_reminder"
|
||||
@ -355,7 +355,7 @@
|
||||
android:layout_toStartOf="@+id/settings_timer_max_reminder"
|
||||
android:paddingLeft="@dimen/medium_margin"
|
||||
android:paddingRight="@dimen/medium_margin"
|
||||
android:text="@string/max_reminder_length"/>
|
||||
android:text="@string/max_reminder_duration"/>
|
||||
|
||||
<com.simplemobiletools.commons.views.MyTextView
|
||||
android:id="@+id/settings_timer_max_reminder"
|
||||
|
Reference in New Issue
Block a user