Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged

Conversation

shankarpriyank
Copy link
Contributor

Description (required)

Fixes #5181

What changes did you make and why?
Added a new string resource to display in the alertdialog

Tests performed (required)

Tested locally on my device POCO X2, API Level 30

Screenshots (for UI changes only)

Before After
image image

@@ -192,6 +192,7 @@
<string name="location_permission_title">Requesting Location Permission</string>
<string name="ok">OK</string>
<string name="warning">Warning</string>
<string name="duplicate_file_name">Duplicate File Name found</string>
<string name="duplicate_image_found">Duplicate Image Found</string>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this duplicate_image_found still used somewhere?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nope.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems like we can delete it

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please remove it then 🙂

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done!

@shankarpriyank
Copy link
Contributor Author

@nicolas-raoul I guess this pr is good to go?

Copy link
Member

@nicolas-raoul nicolas-raoul left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks and sorry for the delay!

@nicolas-raoul nicolas-raoul merged commit fc672db into commons-app:master Apr 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug]: Misleading warning title for duplicate file name
3 participants