Translation cleanups
svn: r1591
This commit is contained in:
@@ -57,7 +57,9 @@ GLADEFILES = \
|
||||
soundex.glade\
|
||||
summary.glade\
|
||||
verify.glade\
|
||||
cdexport.glade
|
||||
cdexport.glade\
|
||||
eval.glade\
|
||||
leak.glade
|
||||
|
||||
pkgdatadir = $(datadir)/@PACKAGE@/plugins
|
||||
|
||||
|
@@ -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(),
|
||||
|
Reference in New Issue
Block a user