CVS_SILENT Fixed capitalisation.

svn path=/trunk/kdeutils/kdepasswd/; revision=129905
This commit is contained in:
Stephan Binner 2002-01-04 21:20:56 +00:00
parent 641a5820e6
commit 78be63b61c

View file

@ -18,7 +18,7 @@ KDEpasswd1Dialog::KDEpasswd1Dialog(QCString user)
{
m_User = user;
setCaption(i18n("Change password"));
setCaption(i18n("Change Password"));
setPrompt(i18n("Please enter your current password."));
}
@ -78,7 +78,7 @@ KDEpasswd2Dialog::KDEpasswd2Dialog(const char *oldpass, QCString user)
m_Pass = oldpass;
m_User = user;
setCaption(i18n("Change password"));
setCaption(i18n("Change Password"));
setPrompt(i18n("Please enter your new password."));
}