diff options
author | Christian Schneppe <christian@pix-art.de> | 2017-05-09 21:00:04 +0200 |
---|---|---|
committer | Christian Schneppe <christian@pix-art.de> | 2017-05-09 21:00:04 +0200 |
commit | 39d48e727039bc6c81ab04694fb7929f8414df8d (patch) | |
tree | 052c81948f864911c8abcc649b7a607bd78f5c66 /src/main/res/values | |
parent | a2e7c6c800c09bac24334484dd5ae739a6ac5355 (diff) |
unified copy text and share with context menu entries
Diffstat (limited to 'src/main/res/values')
-rw-r--r-- | src/main/res/values/strings.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/res/values/strings.xml b/src/main/res/values/strings.xml index 299be7392..0dbf82efd 100644 --- a/src/main/res/values/strings.xml +++ b/src/main/res/values/strings.xml @@ -349,7 +349,6 @@ <string name="check_x_filesize">Check %s size</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="copy_text">Copy text</string> <string name="copy_original_url">Copy original URL</string> <string name="send_again">Send again</string> <string name="file_url">File URL</string> @@ -775,4 +774,5 @@ <string name="send_failed_resend">delivery failed, resending…</string> <string name="pref_show_connection_options_summary">Show hostname and port settings when setting up an account</string> <string name="pref_show_connection_options">Extended connection settings</string> + <string name="retry_decryption">Retry decryption</string> </resources> |