Changeset 9864
- Timestamp:
- 06/29/08 18:25:10 (5 months ago)
- Files:
-
- 1 modified
-
trunk/src/dialogs.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/dialogs.py
r9863 r9864 3819 3819 def on_verify_now_button_clicked(self, widget): 3820 3820 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) 3822 3822 sectext += '\n\n' + _('Did you talk to the remote contact and verify the SAS?') 3823 3823
