add translateable string for paste as quote
This commit is contained in:
parent
17db77ed5d
commit
641adc3ff2
|
@ -32,7 +32,7 @@
|
|||
|
||||
<item
|
||||
android:id="@+id/paste_as_quote"
|
||||
android:title="Paste as quote"
|
||||
android:orderInCategory="99"/>
|
||||
android:title="@string/paste_as_quote"
|
||||
android:orderInCategory="10"/>
|
||||
|
||||
</menu>
|
|
@ -293,6 +293,7 @@
|
|||
<string name="check_x_filesize_on_host">Check %1$s size on %2$s</string>
|
||||
<string name="message_options">Message options</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="send_again">Send again</string>
|
||||
<string name="file_url">File URL</string>
|
||||
|
|
Loading…
Reference in a new issue