diff options
author | Lars Müller <lars@samba.org> | 2010-02-05 17:38:04 +0100 |
---|---|---|
committer | Lars Müller <lars@samba.org> | 2010-02-05 17:38:04 +0100 |
commit | f9f1db18834648da73b7b1f6d9472523941e8277 (patch) | |
tree | 1b372c586c1a13eb4dea6c0dadc6c502c150fb51 /source3/locale/pam_winbind/nl.po | |
parent | 8823a549ca6102e9bf6710361eedc832d4317926 (diff) | |
download | samba-f9f1db18834648da73b7b1f6d9472523941e8277.tar.gz samba-f9f1db18834648da73b7b1f6d9472523941e8277.tar.xz samba-f9f1db18834648da73b7b1f6d9472523941e8277.zip |
s3: normalize "Changing password for" msg IDs and STRs
An additional space at the end of the "Changing password for" msgid lead
to untranslated pam_winnind messages.
Diffstat (limited to 'source3/locale/pam_winbind/nl.po')
-rw-r--r-- | source3/locale/pam_winbind/nl.po | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/locale/pam_winbind/nl.po b/source3/locale/pam_winbind/nl.po index 055d223757..f87bc94c6e 100644 --- a/source3/locale/pam_winbind/nl.po +++ b/source3/locale/pam_winbind/nl.po @@ -136,8 +136,8 @@ msgid "Password: " msgstr "Wachtwoord:" #: pam_winbind.c:2013 -msgid "Changing password for " -msgstr "Wachtwoord wijzigen voor " +msgid "Changing password for" +msgstr "Wachtwoord wijzigen voor" #: pam_winbind.c:2027 msgid "(current) NT password: " |