mirror of
https://invent.kde.org/system/dolphin
synced 2024-11-05 18:47:12 +00:00
CVS_SILENT Fixed capitalisation.
svn path=/trunk/kdeutils/kdepasswd/; revision=129905
This commit is contained in:
parent
641a5820e6
commit
78be63b61c
1 changed files with 2 additions and 2 deletions
|
@ -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."));
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue