From 85bc44992582d53e1055dc8a285eda606767317d Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Wed, 28 Mar 2007 09:53:07 +0000 Subject: Use gettext --- (limited to 'webtoolbar.py') diff --git a/webtoolbar.py b/webtoolbar.py index 3f4ee4f..be91a5f 100755 --- a/webtoolbar.py +++ b/webtoolbar.py @@ -15,6 +15,7 @@ # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA import os import logging +from gettext import gettext as _ import hippo import gtk @@ -24,7 +25,6 @@ from addressentry import AddressEntry from sugar.graphics.toolbar import Toolbar from sugar.graphics.iconbutton import IconButton from sugar.graphics.filechooser import FileChooserDialog -from sugar.activity.locale import _ class WebToolbar(Toolbar): def __init__(self, embed): -- cgit v0.9.1