- Revision
- 15321
- Author
- heikki
- Date
- 2007-09-12 10:28:46 -0700 (Wed, 12 Sep 2007)
Log Message
Bug 10793, missing mnemonics in TrustServerCertificateDialog, r=bkirsch.
Modified Paths
Diff
Modified: trunk/chandler/parcels/osaf/framework/certstore/dialogs.py (15320 => 15321)
--- trunk/chandler/parcels/osaf/framework/certstore/dialogs.py 2007-09-12 17:28:02 UTC (rev 15320) +++ trunk/chandler/parcels/osaf/framework/certstore/dialogs.py 2007-09-12 17:28:46 UTC (rev 15321) @@ -174,8 +174,8 @@ first = True rbs = [] - choices=[_(u'Trust the authenticity of this certificate until program exit.'), - _(u'Trust the authenticity of this certificate permanently.')] + choices=[_(u'Trust the authenticity of this certificate &until program exit.'), + _(u'Trust the authenticity of this certificate &permanently.')] for choice in choices: if first: style = wx.ALIGN_LEFT|wx.RB_GROUP
_______________________________________________ Commits mailing list [email protected] http://lists.osafoundation.org/mailman/listinfo/commits
