Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 2.0.3, 2.0.4, and 2.0.5

stable workbench: update sync tooltips to current functionality (refs #319)

Changeset 0e34c0f46776

Parent ef48dc901ed8

by Steve Borho

Changes to one file · Browse files at 0e34c0f46776 Showing diff from parent ef48dc901ed8 Diff from another changeset...

 
318
319
320
321
 
322
323
324
 
325
326
327
 
328
329
330
 
331
332
333
 
318
319
320
 
321
322
323
 
324
325
326
 
327
328
329
 
330
331
332
333
@@ -318,16 +318,16 @@
  self.menuView.addMenu(menu)     newaction(_('Incoming'), self._repofwd('incoming'), icon='hg-incoming', - tooltip=_('Check for incoming changes from default pull target'), + tooltip=_('Check for incoming changes from selected URL'),   enabled='repoopen', toolbar='sync')   newaction(_('Pull'), self._repofwd('pull'), icon='hg-pull', - tooltip=_('Pull incoming changes from default pull target'), + tooltip=_('Pull incoming changes from selected URL'),   enabled='repoopen', toolbar='sync')   newaction(_('Outgoing'), self._repofwd('outgoing'), icon='hg-outgoing', - tooltip=_('Detect outgoing changes to default push target'), + tooltip=_('Detect outgoing changes to selected URL'),   enabled='repoopen', toolbar='sync')   newaction(_('Push'), self._repofwd('push'), icon='hg-push', - tooltip=_('Push outgoing changes to default push target'), + tooltip=_('Push outgoing changes to selected URL'),   enabled='repoopen', toolbar='sync')     self.updateMenu()