Fix #2144: Typo in a string name in ImageUtil class (#2143)

* Fix typo in a string name in ImageUtil class
This commit is contained in:
neslihanturan 2018-12-17 12:26:57 +02:00 committed by Adam Jones
parent f66d02cd85
commit f497217568

View file

@ -240,7 +240,7 @@ public class ImageUtils {
}
if ((IMAGE_BLURRY & result) != 0 ) {
errorMessage.append("\n - ").append(context.getResources().getString(R.string.upload_image_problem_blurry));
errorMessage.append("\n - ").append(context.getResources().getString(R.string.upload_problem_image_blurry));
}
if ((IMAGE_DUPLICATE & result) != 0 ) {