1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-01-01 04:35:57 +00:00

Added texts

This commit is contained in:
M66B 2021-04-27 19:02:27 +02:00
parent 3da45ff63b
commit a2989fa27c
2 changed files with 5 additions and 2 deletions

View file

@ -126,7 +126,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="12dp"
android:text="@string/title_search"
android:text="@string/title_button_search"
android:textAppearance="@style/TextAppearance.AppCompat.Small"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@id/cbHide" />
@ -136,7 +136,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="12dp"
android:text="@string/title_search_in_text"
android:text="@string/title_button_search_text"
android:textAppearance="@style/TextAppearance.AppCompat.Small"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@id/cbSearch" />

View file

@ -922,7 +922,10 @@
<string name="title_buttons">Select buttons</string>
<string name="title_buttons_hint">The actual actions available depend on the account type and configuration</string>
<string name="title_button_search">Search in messages</string>
<string name="title_button_search_text">Search in message text</string>
<string name="title_configure_buttons">Configure buttons &#8230;</string>
<string name="title_trash">Trash</string>
<string name="title_copy">Copy &#8230;</string>
<string name="title_copy_to">Copy to &#8230;</string>