Update due to new context prefix.

svn: r11276
This commit is contained in:
Peter Landgren 2008-11-08 15:37:32 +00:00
parent de55287723
commit baea3b276b

View File

@ -25,7 +25,7 @@
# Python modules
#
#-------------------------------------------------------------------------
from gettext import gettext as _
from TransUtils import sgettext as _
import os
#-------------------------------------------------------------------------
@ -224,7 +224,7 @@ class PaperFrame(gtk.HBox):
else:
self.paper_unit = 'in.'
self.paper_unit_multiplier = 2.54
paper_unit_text = _("in.")
paper_unit_text = _("inch|in.")
self.lunits1.set_text(paper_unit_text)
self.lunits2.set_text(paper_unit_text)