add translateable string for paste as quote

This commit is contained in:
Daniel Gultsch 2018-06-11 16:59:55 +02:00
parent 17db77ed5d
commit 641adc3ff2
2 changed files with 3 additions and 2 deletions

View File

@ -32,7 +32,7 @@
<item <item
android:id="@+id/paste_as_quote" android:id="@+id/paste_as_quote"
android:title="Paste as quote" android:title="@string/paste_as_quote"
android:orderInCategory="99"/> android:orderInCategory="10"/>
</menu> </menu>

View File

@ -293,6 +293,7 @@
<string name="check_x_filesize_on_host">Check %1$s size on %2$s</string> <string name="check_x_filesize_on_host">Check %1$s size on %2$s</string>
<string name="message_options">Message options</string> <string name="message_options">Message options</string>
<string name="quote">Quote</string> <string name="quote">Quote</string>
<string name="paste_as_quote">Paste as quote</string>
<string name="copy_original_url">Copy original URL</string> <string name="copy_original_url">Copy original URL</string>
<string name="send_again">Send again</string> <string name="send_again">Send again</string>
<string name="file_url">File URL</string> <string name="file_url">File URL</string>