Added line breaks to strings that are cut in Spanish

pull/1614/head
Groctel 3 years ago
parent 5d72d9058a
commit 61b7d915ae
No known key found for this signature in database
GPG Key ID: 92EC9BE3A6EB8FAA

@ -26,7 +26,8 @@
android:summaryOff="@string/EPr_cal_end_at_due_time" android:summaryOff="@string/EPr_cal_end_at_due_time"
android:summaryOn="@string/EPr_cal_start_at_due_time" android:summaryOn="@string/EPr_cal_start_at_due_time"
android:title="@string/EPr_cal_end_or_start_at_due_time" android:title="@string/EPr_cal_end_or_start_at_due_time"
app:allowDividerAbove="true" /> app:allowDividerAbove="true"
app:singleLineTitle="false" />
<SwitchPreferenceCompat <SwitchPreferenceCompat
android:defaultValue="false" android:defaultValue="false"

@ -73,7 +73,8 @@
<SwitchPreferenceCompat <SwitchPreferenceCompat
android:defaultValue="false" android:defaultValue="false"
android:key="@string/p_fullTaskTitle" android:key="@string/p_fullTaskTitle"
android:title="@string/EPr_fullTask_title" /> android:title="@string/EPr_fullTask_title"
app:singleLineTitle="false" />
<SwitchPreferenceCompat <SwitchPreferenceCompat
android:defaultValue="true" android:defaultValue="true"
@ -197,7 +198,8 @@
<SwitchPreferenceCompat <SwitchPreferenceCompat
android:defaultValue="false" android:defaultValue="false"
android:key="@string/p_show_task_edit_comments" android:key="@string/p_show_task_edit_comments"
android:title="@string/EPr_show_task_edit_comments" /> android:title="@string/EPr_show_task_edit_comments"
app:singleLineTitle="false" />
</PreferenceCategory> </PreferenceCategory>

@ -107,7 +107,8 @@
android:entryValues="@array/EPR_default_location_reminder_values" android:entryValues="@array/EPR_default_location_reminder_values"
android:key="@string/p_default_location_reminder_key" android:key="@string/p_default_location_reminder_key"
android:summary="%s" android:summary="%s"
android:title="@string/EPr_default_location_reminder_title" /> android:title="@string/EPr_default_location_reminder_title"
app:singleLineTitle="false" />
<SeekBarPreference <SeekBarPreference
android:defaultValue="250" android:defaultValue="250"

@ -139,7 +139,8 @@
<SwitchPreferenceCompat <SwitchPreferenceCompat
android:defaultValue="false" android:defaultValue="false"
android:key="@string/p_widget_show_full_task_title" android:key="@string/p_widget_show_full_task_title"
android:title="@string/EPr_fullTask_title" /> android:title="@string/EPr_fullTask_title"
app:singleLineTitle="false" />
<SwitchPreferenceCompat <SwitchPreferenceCompat
android:defaultValue="true" android:defaultValue="true"
@ -149,7 +150,8 @@
<SwitchPreferenceCompat <SwitchPreferenceCompat
android:defaultValue="false" android:defaultValue="false"
android:key="@string/p_widget_disable_groups" android:key="@string/p_widget_disable_groups"
android:title="@string/disable_sort_groups" /> android:title="@string/disable_sort_groups"
app:singleLineTitle="false" />
</PreferenceCategory> </PreferenceCategory>

Loading…
Cancel
Save