From 3edd99078727ec3fa300ec315d3a64c2947bf24b Mon Sep 17 00:00:00 2001 From: Gary Martin Date: Mon, 07 Sep 2009 19:13:40 +0000 Subject: Sneeky string tweak to avoid breaking string freeze. --- (limited to 'toolbar.py') diff --git a/toolbar.py b/toolbar.py index 454ea09..8c8af88 100644 --- a/toolbar.py +++ b/toolbar.py @@ -89,7 +89,7 @@ class EditToolbar(gtk.Toolbar): self.insert(separator, -1) separator.show() - search_label = gtk.Label(_("Search: ")) + search_label = gtk.Label(_("Search") + ": ") search_label.show() search_item_page_label = gtk.ToolItem() search_item_page_label.add(search_label) -- cgit v0.9.1