From 2fa2bacb7dfe9255ae3eedad6cb80dbab190cf73 Mon Sep 17 00:00:00 2001 From: Frans Englich Date: Tue, 13 Jul 2004 16:12:38 +0000 Subject: [PATCH] Small fixes svn path=/trunk/kdebase/kdepasswd/; revision=328780 --- kdepasswd/kcm/README | 4 ++++ kdepasswd/kcm/main.cpp | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/kdepasswd/kcm/README b/kdepasswd/kcm/README index c63cb81c7f..563ce7e530 100644 --- a/kdepasswd/kcm/README +++ b/kdepasswd/kcm/README @@ -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. + diff --git a/kdepasswd/kcm/main.cpp b/kdepasswd/kcm/main.cpp index ffad3df386..d7d36e271f 100644 --- a/kdepasswd/kcm/main.cpp +++ b/kdepasswd/kcm/main.cpp @@ -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; } /*