From 7a695a743444d10b5543459abf4553726ccfd863 Mon Sep 17 00:00:00 2001 From: Chris Jones Date: Fri, 28 Nov 2008 12:59:48 +0000 Subject: [PATCH] use a shorter, translatable string for the search box --- terminatorlib/terminatorterm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terminatorlib/terminatorterm.py b/terminatorlib/terminatorterm.py index 93fa2bfe..b214eafe 100755 --- a/terminatorlib/terminatorterm.py +++ b/terminatorlib/terminatorterm.py @@ -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()