mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-28 05:13:53 +01:00
* 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:
parent
92ecd61b6f
commit
fc672dbd9b
2 changed files with 2 additions and 2 deletions
|
|
@ -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()),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue