mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-01 04:35:57 +00:00
Added texts
This commit is contained in:
parent
3da45ff63b
commit
a2989fa27c
2 changed files with 5 additions and 2 deletions
|
@ -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" />
|
||||
|
|
|
@ -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 …</string>
|
||||
|
||||
<string name="title_trash">Trash</string>
|
||||
<string name="title_copy">Copy …</string>
|
||||
<string name="title_copy_to">Copy to …</string>
|
||||
|
|
Loading…
Reference in a new issue