diff options
author | Daniel Gultsch <daniel@gultsch.de> | 2016-01-15 23:47:16 +0100 |
---|---|---|
committer | Daniel Gultsch <daniel@gultsch.de> | 2016-01-15 23:47:16 +0100 |
commit | d85854b686a886d06b4c92b6aaf80e9a3a6d9a2f (patch) | |
tree | 44d67f6f5582931a32fbb797e90de66b7e71a308 /src/main/res/values | |
parent | 943d0391d44596090cb100a749b461f75b5615dc (diff) |
show toast when image cropper get oom
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 4949fba3..69e0eff7 100644 --- a/src/main/res/values/strings.xml +++ b/src/main/res/values/strings.xml @@ -579,4 +579,5 @@ <string name="battery_optimizations_enabled_explained">Your device is doing some heavy battery optimizations on Conversations that might lead to delayed notifications or even message loss.\nIt is recommended to disable those.</string> <string name="battery_optimizations_enabled_dialog">Your device is doing some heavy battery optimizations on Conversations that might lead to delayed notifications or even message loss.\n\nYou will now be asked to disable those.</string> <string name="disable">Disable</string> + <string name="selection_too_large">The selected area is too large</string> </resources> |