Skip to content

Commit f497217

Browse files
neslihanturandomdomegg
authored andcommitted
Fix commons-app#2144: Typo in a string name in ImageUtil class (commons-app#2143)
* Fix typo in a string name in ImageUtil class
1 parent f66d02c commit f497217

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/fr/free/nrw/commons/utils/ImageUtils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ public static String getErrorMessageForResult(Context context, @Result int resul
240240
}
241241

242242
if ((IMAGE_BLURRY & result) != 0 ) {
243-
errorMessage.append("\n - ").append(context.getResources().getString(R.string.upload_image_problem_blurry));
243+
errorMessage.append("\n - ").append(context.getResources().getString(R.string.upload_problem_image_blurry));
244244
}
245245

246246
if ((IMAGE_DUPLICATE & result) != 0 ) {

0 commit comments

Comments
 (0)