Fixed #5181 Misleading warning title for duplicate file name (#5185)

* Added a string resource and changed the title of alertbox showDuplicatePicturePopup

* Removed duplicate_image_found from strings.xml as it is unused
This commit is contained in:
Priyank Shankar 2023-04-03 11:57:29 +05:30 committed by GitHub
parent 92ecd61b6f
commit fc672dbd9b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -375,7 +375,7 @@ public class UploadMediaDetailFragment extends UploadBaseFragment implements
}
});
DialogUtil.showAlertDialog(getActivity(),
getString(R.string.duplicate_image_found),
getString(R.string.duplicate_file_name),
String.format(Locale.getDefault(),
uploadTitleFormat,
uploadItem.getFileName()),