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

DolphinQt/GCMemcardManager: Mark string as translatable within GetErrorMessagesForErrorCode() #8589

Merged
merged 2 commits into from Jan 27, 2020

Conversation

lioncash
Copy link
Member

This is a string that can potentially be seen by a user, so it should be marked as translatable like the other strings are.

While we're in the same area, we can also make use of QLatin1Char instead of QStringLiteral in the following join() call. It provides the same behavior, but without the need for program-lifetime QString data.

…orMessagesForErrorCode()

This is a string that can potentially be seen by a user, so it should be
marked as translatable, like the other strings are.
…ssagesForErrorCode()

Same behavior, but eliminates the use of a program lifetime Qt string
literal.
@leoetlino leoetlino merged commit 57f4837 into dolphin-emu:master Jan 27, 2020
@lioncash lioncash deleted the translatable branch January 27, 2020 23:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants