Translation cleanups

svn: r1591
This commit is contained in:
Alex Roitman
2003-05-24 03:40:58 +00:00
parent 7f76fb51d7
commit e3d92c3b05
7 changed files with 70 additions and 26 deletions

View File

@@ -57,7 +57,9 @@ GLADEFILES = \
soundex.glade\
summary.glade\
verify.glade\
cdexport.glade
cdexport.glade\
eval.glade\
leak.glade
pkgdatadir = $(datadir)/@PACKAGE@/plugins

View File

@@ -30,6 +30,7 @@ import gtk.glade
import Utils
from intl import gettext as _
class EvalWindow:
@@ -49,7 +50,7 @@ class EvalWindow:
})
Utils.set_titles(self.top,self.glade.get_widget('title'),
"Python Evaluation Window")
_("Python Evaluation Window"))
def apply_clicked(self,obj):
text = self.ebuf.get_text(self.ebuf.get_start_iter(),