- Revision
- 15925
- Author
- heikki
- Date
- 2007-11-27 14:50:31 -0800 (Tue, 27 Nov 2007)
Log Message
Part of bug 11471, Sync Manager dialog missing mnemonics, focus, r=morgen.
Modified Paths
Diff
Modified: trunk/chandler/application/dialogs/RestoreShares.py (15924 => 15925)
--- trunk/chandler/application/dialogs/RestoreShares.py 2007-11-27 21:18:38 UTC (rev 15924) +++ trunk/chandler/application/dialogs/RestoreShares.py 2007-11-27 22:50:31 UTC (rev 15925) @@ -117,7 +117,7 @@ names.append(name) cb = wx.CheckBox(self.panel, -1, - _(u"All collections in %(account)s") % + _(u"&All collections in %(account)s") % { 'account' : account.displayName}) self.Bind(wx.EVT_CHECKBOX, self.OnAccountCheck, id=cb.GetId()) @@ -152,11 +152,11 @@ self.sizer.Add(self.noteLabel, 0, wx.ALIGN_LEFT|wx.ALL, 5) self.NoButton = wx.Button(self.panel, wx.ID_CANCEL, - _(u"Don't Sync")) + _(u"&Don't Sync")) self.LaterButton = wx.Button(self.panel, -1, - _(u"Sync Later")) + _(u"Sync &Later")) self.SyncButton = wx.Button(self.panel, wx.ID_OK, - _(u"Sync Now")) + _(u"&Sync Now")) self.Bind(wx.EVT_BUTTON, self.OnNo, id=wx.ID_CANCEL) self.Bind(wx.EVT_BUTTON, self.OnLater, id=self.LaterButton.GetId())
_______________________________________________ Commits mailing list [email protected] http://lists.osafoundation.org/mailman/listinfo/commits
