Merge pull request #1614 from Groctel/main

Added line breaks to strings that are cut in Spanish
pull/1632/head
Alex Baker 3 years ago committed by GitHub
commit 53da3dcb9d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -26,7 +26,8 @@
android:summaryOff="@string/EPr_cal_end_at_due_time"
android:summaryOn="@string/EPr_cal_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
android:defaultValue="false"
@ -52,4 +53,4 @@
android:key="@string/EPr_delete_task_data"
android:title="@string/EPr_delete_task_data" />
</PreferenceScreen>
</PreferenceScreen>

@ -73,7 +73,8 @@
<SwitchPreferenceCompat
android:defaultValue="false"
android:key="@string/p_fullTaskTitle"
android:title="@string/EPr_fullTask_title" />
android:title="@string/EPr_fullTask_title"
app:singleLineTitle="false" />
<SwitchPreferenceCompat
android:defaultValue="true"
@ -197,7 +198,8 @@
<SwitchPreferenceCompat
android:defaultValue="false"
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>
@ -216,4 +218,4 @@
</PreferenceCategory>
</PreferenceScreen>
</PreferenceScreen>

@ -107,7 +107,8 @@
android:entryValues="@array/EPR_default_location_reminder_values"
android:key="@string/p_default_location_reminder_key"
android:summary="%s"
android:title="@string/EPr_default_location_reminder_title" />
android:title="@string/EPr_default_location_reminder_title"
app:singleLineTitle="false" />
<SeekBarPreference
android:defaultValue="250"
@ -118,4 +119,4 @@
app:seekBarIncrement="25"
app:showSeekBarValue="true" />
</PreferenceScreen>
</PreferenceScreen>

@ -139,7 +139,8 @@
<SwitchPreferenceCompat
android:defaultValue="false"
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
android:defaultValue="true"
@ -149,7 +150,8 @@
<SwitchPreferenceCompat
android:defaultValue="false"
android:key="@string/p_widget_disable_groups"
android:title="@string/disable_sort_groups" />
android:title="@string/disable_sort_groups"
app:singleLineTitle="false" />
</PreferenceCategory>
@ -204,4 +206,4 @@
</PreferenceCategory>
</PreferenceScreen>
</PreferenceScreen>

Loading…
Cancel
Save