Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.9, 0.9.1, and 0.9.1.1

hgemail: capitalize toolbar buttons

Changeset 6fbf2be56f2e

Parent 1d26e0410167

by Steve Borho

Changes to one file · Browse files at 6fbf2be56f2e Showing diff from parent 1d26e0410167 Diff from another changeset...

Change 1 of 1 Show Entire File hggtk/​hgemail.py Stacked
 
35
36
37
38
 
39
40
41
 
42
43
44
45
 
46
47
48
 
35
36
37
 
38
39
40
 
41
42
43
44
 
45
46
47
48
@@ -35,14 +35,14 @@
  self.tips = gtk.Tooltips()     tbuttons = [ - self._toolbutton(gtk.STOCK_GOTO_LAST, _('send'), + self._toolbutton(gtk.STOCK_GOTO_LAST, _('Send'),   self._on_send_clicked,   _('Send email(s)')), - self._toolbutton(gtk.STOCK_FIND, _('test'), + self._toolbutton(gtk.STOCK_FIND, _('Test'),   self._on_test_clicked,   _('Show email(s) which would be sent')),   gtk.SeparatorToolItem(), - self._toolbutton(gtk.STOCK_PREFERENCES, _('configure'), + self._toolbutton(gtk.STOCK_PREFERENCES, _('Configure'),   self._on_conf_clicked,   _('Configure email settings'))   ]