Changeset 9864

Show
Ignore:
Timestamp:
06/29/08 18:25:10 (5 months ago)
Author:
bct
Message:

missed a / in </b>

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/dialogs.py

    r9863 r9864  
    38193819        def on_verify_now_button_clicked(self, widget): 
    38203820                pritext = _('''Have you verified the remote contact's identity?''') 
    3821                 sectext = _('''To prevent a man-in-the-middle attack, you should speak to %s directly (in person or on the phone) and verify that they see the same SAS as you.\n\nThis session's SAS: <b>%s<b>''') % (self.session.jid, self.session.sas) 
     3821                sectext = _('''To prevent a man-in-the-middle attack, you should speak to %s directly (in person or on the phone) and verify that they see the same SAS as you.\n\nThis session's SAS: <b>%s</b>''') % (self.session.jid, self.session.sas) 
    38223822                sectext += '\n\n' + _('Did you talk to the remote contact and verify the SAS?') 
    38233823