From d3e75650b429e9d0597d22252ad8800963a00c4f Mon Sep 17 00:00:00 2001 From: Paul Franklin Date: Tue, 7 Oct 2014 11:03:25 -0700 Subject: [PATCH] typo ("data format" => "date format") --- gramps/gui/configure.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gramps/gui/configure.py b/gramps/gui/configure.py index 7b781f030..a7c49ab67 100644 --- a/gramps/gui/configure.py +++ b/gramps/gui/configure.py @@ -1156,7 +1156,7 @@ class GrampsPreferences(ConfigureDialog): def date_format_changed(self, obj): config.set('preferences.date-format', obj.get_active()) 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.')) def date_calendar_changed(self, obj):