# HG changeset patch
# User Giampaolo Fadel <gp.fa...@gmail.com>
# Date 1243001490 -7200
# Node ID 7a2a397612958e7339f83c64951f322acda0b13a
# Parent  e14f62eaf31e24ac305c9a7e964b1d274e0b68ba
hgignore: change text of adds button

They used the tooltip of add files button

diff --git a/hggtk/hgignore.py b/hggtk/hgignore.py
--- a/hggtk/hgignore.py
+++ b/hggtk/hgignore.py
@@ -37,7 +37,7 @@
         hbox.pack_start(lbl, False, False, 4)
         glob_entry = gtk.Entry()
         hbox.pack_start(glob_entry, True, True, 4)
-        glob_button = gtk.Button(_('add'))
+        glob_button = gtk.Button(_('Add'))
         hbox.pack_start(glob_button, False, False, 4)
         glob_button.connect('clicked', self.add_glob, glob_entry)
         glob_entry.connect('activate', self.add_glob, glob_entry)
@@ -52,7 +52,7 @@
         hbox.pack_start(lbl, False, False, 4)
         regexp_entry = gtk.Entry()
         hbox.pack_start(regexp_entry, True, True, 4)
-        regexp_button = gtk.Button(_('add'))
+        regexp_button = gtk.Button(_('Add'))
         hbox.pack_start(regexp_button, False, False, 4)
         regexp_button.connect('clicked', self.add_regexp, regexp_entry)
         regexp_entry.connect('activate', self.add_regexp, regexp_entry)

------------------------------------------------------------------------------
Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT
is a gathering of tech-side developers & brand creativity professionals. Meet
the minds behind Google Creative Lab, Visual Complexity, Processing, & 
iPhoneDevCamp asthey present alongside digital heavyweights like Barbarian
Group, R/GA, & Big Spaceship. http://www.creativitycat.com 
_______________________________________________
Tortoisehg-develop mailing list
Tortoisehg-develop@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tortoisehg-develop

Reply via email to