diff options
author | steckbrief <steckbrief@chefmail.de> | 2016-04-07 14:10:25 +0200 |
---|---|---|
committer | steckbrief <steckbrief@chefmail.de> | 2016-04-07 14:28:19 +0200 |
commit | 8c3245dd1f257053b8ec2bf7c5e03a3a98b282c3 (patch) | |
tree | f66fa0e5fd657035e5f022f706708d6d5ba3ce01 /src/main/res/values | |
parent | 18548e9ebb246071f0bc46ca3bb07a300176cf24 (diff) |
Implements FS#187: Add single line copy to logcat view
Diffstat (limited to 'src/main/res/values')
-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 3126572d..f41e9619 100644 --- a/src/main/res/values/strings.xml +++ b/src/main/res/values/strings.xml @@ -666,4 +666,5 @@ <string name="no_keys_just_confirm">You already trust this contact. By selecting \'done\' you are just confirming that %s is part of this conference.</string> <string name="select_image_and_crop">Select image and crop</string> <string name="this_account_is_disabled">You have disabled this account</string> + <string name="cplus_copy_item">Copy item</string> </resources> |