Code review comment for lp:~diegosarmentero/ubuntuone-windows-installer/installer-ui

Revision history for this message
Natalia Bidart (nataliabidart) wrote :

* We need to avoid adding markup to translatable string, so this line:

 label_text = [_("<b>Your password must contain</b>"), ]

should be:

 label_text = [ "<b>%s</b>" % _("Your password must contain"), ]

* Please replace all occurrences of "Ubuntu One" for the APP_NAME constant imported from ubuntuone.clientdefs

review: Needs Fixing

« Back to merge proposal