mirror of
https://invent.kde.org/system/dolphin
synced 2024-11-05 18:47:12 +00:00
Small fixes
svn path=/trunk/kdebase/kdepasswd/; revision=328780
This commit is contained in:
parent
19e138caa0
commit
2fa2bacb7d
2 changed files with 5 additions and 1 deletions
|
@ -21,3 +21,7 @@ Some information which was available in userinfo is left out - the home
|
|||
folder and shell info. A typical user is not interested in the info nor
|
||||
knows what it means. And the advanced users already knows it.
|
||||
|
||||
If further information is added, think twice if it should not be
|
||||
added in a "Details..." dialog - is it useful for the majority or not?
|
||||
The SMTP setting as well as UID should be moved to that dialog too, IMO.
|
||||
|
||||
|
|
|
@ -274,7 +274,7 @@ void KCMUserAccount::slotFaceButtonClicked()
|
|||
{
|
||||
if ( _facePerm < userFirst )
|
||||
{
|
||||
KMessageBox::sorry( this, i18n("Your administrator has disallowed changing your face.") );
|
||||
KMessageBox::sorry( this, i18n("Your administrator has disallowed changing your image.") );
|
||||
return;
|
||||
}
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue