replace "Max reminder length" string with "Max reminder duration"

This commit is contained in:
tibbi
2018-03-11 21:19:46 +01:00
parent 1949e433c7
commit d85980fb9e
4 changed files with 5 additions and 5 deletions

View File

@ -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"