2385: last minor improvements (wording, import gen.lib.date)
svn: r13932
This commit is contained in:
parent
5cd600ba66
commit
2997016c04
@ -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
|
||||
|
||||
#--------------------------------------------------------------
|
||||
#
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user