typo ("data format" => "date format")
This commit is contained in:
parent
9075066cca
commit
d3e75650b4
@ -1156,7 +1156,7 @@ class GrampsPreferences(ConfigureDialog):
|
|||||||
def date_format_changed(self, obj):
|
def date_format_changed(self, obj):
|
||||||
config.set('preferences.date-format', obj.get_active())
|
config.set('preferences.date-format', obj.get_active())
|
||||||
OkDialog(_('Change is not immediate'),
|
OkDialog(_('Change is not immediate'),
|
||||||
_('Changing the data format will not take '
|
_('Changing the date format will not take '
|
||||||
'effect until the next time Gramps is started.'))
|
'effect until the next time Gramps is started.'))
|
||||||
|
|
||||||
def date_calendar_changed(self, obj):
|
def date_calendar_changed(self, obj):
|
||||||
|
Loading…
Reference in New Issue
Block a user