Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
Please login to access the resource
openSUSE:12.2:PowerPC
kdebase3
less_verbal_kdesu.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File less_verbal_kdesu.patch of Package kdebase3
Index: kdesu/kdesu/sudlg.cpp =================================================================== --- kdesu/kdesu/sudlg.cpp.orig +++ kdesu/kdesu/sudlg.cpp @@ -29,18 +29,10 @@ KDEsuDialog::KDEsuDialog(QCString user, setCaption(i18n("Run as %1").arg(user)); QString prompt; - if (superUserCommand == "sudo" && m_User == "root") { - prompt = i18n("Please enter your password." ); + if (m_User == "root") { + prompt = i18n("Please enter the Administrator (root) password to continue."); } else { - if (m_User == "root") { - prompt = i18n("The action you requested needs root privileges. " - "Please enter root's password below or click " - "Ignore to continue with your current privileges."); - } else { - prompt = i18n("The action you requested needs additional privileges. " - "Please enter the password for \"%1\" below or click " - "Ignore to continue with your current privileges.").arg(m_User); - } + prompt = i18n("Please enter password for \"%1\" to continue.").arg(m_User); } setPrompt(prompt);
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor