diff options
author | Daniel Gultsch <daniel@gultsch.de> | 2016-03-04 14:32:38 +0100 |
---|---|---|
committer | Daniel Gultsch <daniel@gultsch.de> | 2016-03-04 14:32:38 +0100 |
commit | aa24a0f779c82c555e3f3f6f76485301c9757c89 (patch) | |
tree | b32e23c7873f36fc331ddeb6b7e0e78d22199fb1 /src/main/res/values | |
parent | 89eea3636f50596adf0a8f673226f0f4063a2e8f (diff) |
don't automatically crop avatar
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 6a36233c..7368d0dc 100644 --- a/src/main/res/values/strings.xml +++ b/src/main/res/values/strings.xml @@ -602,4 +602,5 @@ <string name="correct_message">Correct message</string> <string name="send_corrected_message">Send corrected message</string> <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> </resources> |