Update some strings so that they can be more easily translated.

This commit is contained in:
Juan Carlos Luciani 2007-05-18 15:06:27 +00:00
parent ee98397065
commit 953a013002

View File

@ -555,8 +555,8 @@ LDAP contexts containing entities that can be authenticated.</p>
`Frame(_("Proxy User Credentials"),
`VBox(
`Left(`TextEntry(`id(`username), _("&Username (i.e. cn=admin,o=novell)"))),
`Left(`Password(`id(`passwd), _("&Password "))),
`Left(`Password(`id(`repasswd), _("&Confirm Password ")))
`Left(`Password(`id(`passwd), (_("&Password") + " "))),
`Left(`Password(`id(`repasswd), (_("&Confirm Password") + " ")))
)
),
`VStretch()