Update some strings so that they can be more easily translated.
This commit is contained in:
parent
ee98397065
commit
953a013002
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user