2385: last minor improvements (wording, import gen.lib.date)

svn: r13932
This commit is contained in:
Jérôme Rapinat 2009-12-28 08:08:49 +00:00
parent 5cd600ba66
commit 2997016c04
2 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@ Class handling language-specific selection for date parser and displayer.
#
#-------------------------------------------------------------------------
from DateHandler import LANG_TO_DISPLAY, LANG, parser, displayer
import gen.lib
import gen.lib.date
#--------------------------------------------------------------
#

View File

@ -696,7 +696,7 @@ class GrampsPreferences(ManagedWindow.ManagedWindow):
active = 0
obox.set_active(active)
obox.connect('changed', self.date_calendar_changed)
lwidget = BasicLabel("%s: " % _('Calendar format on reports'))
lwidget = BasicLabel("%s: " % _('Calendar on reports'))
table.attach(lwidget, 0, 1, row, row+1, yoptions=0)
table.attach(obox, 1, 3, row, row+1, yoptions=0)
row += 1