#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

@@ -31,7 +31,7 @@ Paragraph/Font style editor
# Python modules
#
#------------------------------------------------------------------------
from gettext import gettext as _
from TransUtils import sgettext as _
import logging
log = logging.getLogger(".")
@@ -204,6 +204,7 @@ class StyleEditor:
ManagedWindow.set_titles( self.window,
self.top.get_widget('title'),
_('Style editor'))
self.top.get_widget("label6").set_text(_("point size|pt"))
titles = [(_('Paragraph'), 0, 130)]
self.plist = ListModel.ListModel(self.top.get_widget("ptree"), titles,