From 7496974691678c18cb9ae82620b38cc86081eeb5 Mon Sep 17 00:00:00 2001 From: Serge Noiraud Date: Mon, 22 Feb 2010 18:08:12 +0000 Subject: [PATCH] GeoView : Don't use a dot at the end of messages in the configuration window. svn: r14442 --- src/plugins/view/geoview.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/plugins/view/geoview.py b/src/plugins/view/geoview.py index e036133a7..572922fda 100644 --- a/src/plugins/view/geoview.py +++ b/src/plugins/view/geoview.py @@ -498,11 +498,11 @@ class GeoView(HtmlView): configdialog.add_text(table, _("You can adjust the time period with the two following values."), 1) configdialog.add_pos_int_entry(table, - _('The number of years before the first event date.'), + _('The number of years before the first event date'), 2, 'preferences.timeperiod-before-range', self.config_update_int) configdialog.add_pos_int_entry(table, - _('The number of years after the last event date.'), + _('The number of years after the last event date'), 3, 'preferences.timeperiod-after-range', self.config_update_int) @@ -547,7 +547,7 @@ class GeoView(HtmlView): _('Test the network '), 1, 'preferences.network-test') configdialog.add_pos_int_entry(table, - _('Time out for the network connection test '), + _('Time out for the network connection test'), 2, 'preferences.network-timeout', self.config_update_int) configdialog.add_pos_int_entry(table,