mirror of
https://github.com/deltachat/deltachat-android.git
synced 2025-10-06 03:49:58 +02:00
use "mark as read"
This commit is contained in:
parent
39f17056d2
commit
6a843f51ce
2 changed files with 2 additions and 1 deletions
|
@ -21,7 +21,7 @@
|
||||||
android:id="@+id/menu_mute_selected"
|
android:id="@+id/menu_mute_selected"
|
||||||
app:showAsAction="never"/>
|
app:showAsAction="never"/>
|
||||||
|
|
||||||
<item android:title="@string/mark_all_as_read"
|
<item android:title="@string/mark_as_read"
|
||||||
android:id="@+id/menu_marknoticed_selected"
|
android:id="@+id/menu_marknoticed_selected"
|
||||||
app:showAsAction="never"/>
|
app:showAsAction="never"/>
|
||||||
|
|
||||||
|
|
|
@ -56,6 +56,7 @@
|
||||||
<string name="show_full_message">Show Full Message…</string>
|
<string name="show_full_message">Show Full Message…</string>
|
||||||
<!-- Stay short here, say ~16 characters. The source string could also be "All Read", maybe that hint can make translations easier :) -->
|
<!-- Stay short here, say ~16 characters. The source string could also be "All Read", maybe that hint can make translations easier :) -->
|
||||||
<string name="mark_all_as_read">Mark All as Read</string>
|
<string name="mark_all_as_read">Mark All as Read</string>
|
||||||
|
<string name="mark_as_read">Mark as Read</string>
|
||||||
<!-- Shortest text for "Mark as being read". In english, this could be "Read" (past tense of "to read"), in german, this could be "Gelesen". -->
|
<!-- Shortest text for "Mark as being read". In english, this could be "Read" (past tense of "to read"), in german, this could be "Gelesen". -->
|
||||||
<string name="mark_as_read_short">Read</string>
|
<string name="mark_as_read_short">Read</string>
|
||||||
<!-- Placeholder text when something is loading -->
|
<!-- Placeholder text when something is loading -->
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue