use a shorter, translatable string for the search box

This commit is contained in:
Chris Jones 2008-11-28 12:59:48 +00:00
parent c7677b9c0e
commit 7a695a7434
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ class TerminatorTerm (gtk.VBox):
self._searchinput.connect('key-press-event', self.search_keypress)
slabel = gtk.Label()
slabel.set_text("Finding text:")
slabel.set_text(_("Search:"))
slabel.show()
sclose = gtk.Button()