diff options
author | Christian Schneppe <christian@pix-art.de> | 2018-11-23 14:30:55 +0100 |
---|---|---|
committer | Christian Schneppe <christian@pix-art.de> | 2018-11-23 14:30:55 +0100 |
commit | 37ad10abe5d170e72e853b8d18dbfb32b2bad84a (patch) | |
tree | f07f9f15c67e21b90998fdefcb2b7b99dfea4479 /src/main/res | |
parent | cd947bd22544fcade1598420855cf981e94b5c50 (diff) |
offer to copy error message to clipboard
Diffstat (limited to '')
-rw-r--r-- | src/main/res/values/strings.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/res/values/strings.xml b/src/main/res/values/strings.xml index 7aeef797f..427739015 100644 --- a/src/main/res/values/strings.xml +++ b/src/main/res/values/strings.xml @@ -842,5 +842,6 @@ <string name="feature_not_implemented">Feature not implemented</string> <string name="device_does_not_support_unknown_source_op">Your device does not support allowing app installs from unknon sources.</string> <string name="reject_request">Reject request</string> + <string name="error_message_copied_to_clipboard">Copied error message to clipboard</string> </resources> |