Mageia Bugzilla – Attachment 11752 Details for
Bug 15124
Password is required for mga-update, but no indication on which user
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
[patch]
Patch AuthDialog.cpp for Kde Polkit agent
AuthDialog.patch (text/plain), 1.02 KB, created by
Nicolas Nicolas
on 2020-07-19 17:00:54 CEST
(
hide
)
Description:
Patch AuthDialog.cpp for Kde Polkit agent
Filename:
MIME Type:
Creator:
Nicolas Nicolas
Created:
2020-07-19 17:00:54 CEST
Size:
1.02 KB
patch
obsolete
>--- AuthDialog.cpp.original 2020-07-19 16:38:53.540985869 +0200 >+++ AuthDialog.cpp 2020-07-19 16:40:26.805985335 +0200 >@@ -185,7 +185,8 @@ > identity.toString().remove("unix-user:"))); > } > } else { >- lblPassword->setText(i18n("Password:")); >+ lblPassword->setText(i18n("Password for %1:", >+ identity.toString().remove("unix-user:"))); > } > } else if (request.startsWith(QLatin1String("password or swipe finger:"), > Qt::CaseInsensitive)) { >@@ -197,7 +198,8 @@ > identity.toString().remove("unix-user:"))); > } > } else { >- lblPassword->setText(i18n("Password or swipe finger:")); >+ lblPassword->setText(i18n("Password or swipe finger for %1:", >+ identity.toString().remove("unix-user:"))); > } > } else { > lblPassword->setText(request);
--- AuthDialog.cpp.original 2020-07-19 16:38:53.540985869 +0200 +++ AuthDialog.cpp 2020-07-19 16:40:26.805985335 +0200 @@ -185,7 +185,8 @@ identity.toString().remove("unix-user:"))); } } else { - lblPassword->setText(i18n("Password:")); + lblPassword->setText(i18n("Password for %1:", + identity.toString().remove("unix-user:"))); } } else if (request.startsWith(QLatin1String("password or swipe finger:"), Qt::CaseInsensitive)) { @@ -197,7 +198,8 @@ identity.toString().remove("unix-user:"))); } } else { - lblPassword->setText(i18n("Password or swipe finger:")); + lblPassword->setText(i18n("Password or swipe finger for %1:", + identity.toString().remove("unix-user:"))); } } else { lblPassword->setText(request);
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 15124
:
7091
| 11752