We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello! When I use tools like partition manager I see lost localization for "Password:" src/policykit agent gui.ui
<<widget class="QLabel" name="prompt Label"> <property name="text"> <string>Password:</string>
In src/policykitagentgui.cpp I found promptLabel->setText(text); and
promptLabel->setText(text);
if (text != QVariant{}) prompt Label->setText(text.toString());
I dropped that lines and it helps me with localization. But I don't know what I done. Maybe it will be useful to someone else.
The text was updated successfully, but these errors were encountered:
When I use tools like partition manager I see lost localization for "Password:"
Then, the request is non-localized.
I dropped that lines...
Those lines say: "Use our (localized) string if no string is given."
Sorry, something went wrong.
No branches or pull requests
Hello!
When I use tools like partition manager I see lost localization for "Password:"
src/policykit agent gui.ui
In src/policykitagentgui.cpp I found
promptLabel->setText(text);and
I dropped that lines and it helps me with localization. But I don't know what I done.
Maybe it will be useful to someone else.
The text was updated successfully, but these errors were encountered: