kopia lustrzana https://github.com/ryukoposting/Signal-Android
Export string conversation_context__menu_reply_to_message
Additionally changed from "Reply" to "Reply to message" as other related strings are more comprehensive as well. Closes #7732fork-5.53.8
rodzic
63a3b1acb9
commit
7100030c22
|
@ -31,7 +31,7 @@
|
||||||
android:icon="?menu_save_icon"
|
android:icon="?menu_save_icon"
|
||||||
app:showAsAction="always" />
|
app:showAsAction="always" />
|
||||||
|
|
||||||
<item android:title="Reply"
|
<item android:title="@string/conversation_context__menu_reply_to_message"
|
||||||
android:id="@+id/menu_context_reply"
|
android:id="@+id/menu_context_reply"
|
||||||
android:visible="true"
|
android:visible="true"
|
||||||
android:icon="?menu_reply_icon"
|
android:icon="?menu_reply_icon"
|
||||||
|
|
|
@ -1217,6 +1217,7 @@
|
||||||
<string name="conversation_context__menu_delete_message">Delete message</string>
|
<string name="conversation_context__menu_delete_message">Delete message</string>
|
||||||
<string name="conversation_context__menu_forward_message">Forward message</string>
|
<string name="conversation_context__menu_forward_message">Forward message</string>
|
||||||
<string name="conversation_context__menu_resend_message">Resend message</string>
|
<string name="conversation_context__menu_resend_message">Resend message</string>
|
||||||
|
<string name="conversation_context__menu_reply_to_message">Reply to message</string>
|
||||||
|
|
||||||
<!-- conversation_context_image -->
|
<!-- conversation_context_image -->
|
||||||
<string name="conversation_context_image__save_attachment">Save attachment</string>
|
<string name="conversation_context_image__save_attachment">Save attachment</string>
|
||||||
|
|
Ładowanie…
Reference in New Issue