mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 04:43:54 +01:00
* Fix typo in a string name in ImageUtil class
This commit is contained in:
parent
f66d02cd85
commit
f497217568
1 changed files with 1 additions and 1 deletions
|
|
@ -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 ) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue