#2489 Abbreviations are sometimes hard to translate

svn: r11293
This commit is contained in:
Benny Malengier
2008-11-12 09:50:50 +00:00
parent 504ab1f240
commit a8b72a6eff
3 changed files with 8 additions and 5 deletions

View File

@@ -25,7 +25,7 @@
# Standard python modules
#
#-------------------------------------------------------------------------
from gettext import gettext as _
from TransUtils import sgettext as _
#-------------------------------------------------------------------------
#
@@ -80,6 +80,8 @@ class EditMediaRef(EditReference):
self.top.get_widget('title'),
_('Media Reference Editor'))
self.define_warn_box(self.top.get_widget("warn_box"))
self.top.get_widget("label427").set_text(_("Y coordinate|Y"))
self.top.get_widget("label428").set_text(_("Y coordinate|Y"))
tblref = self.top.get_widget('table50')
notebook = self.top.get_widget('notebook_ref')