From 3c08eb5b80aca24b8beb1a6fe986f843b05800f0 Mon Sep 17 00:00:00 2001 From: Nick Hall <nick-h@gramps-project.org> Date: Wed, 27 May 2015 15:06:01 +0100 Subject: [PATCH] Correct tooltips in place name editor --- gramps/gui/glade/editplacename.glade | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/gramps/gui/glade/editplacename.glade b/gramps/gui/glade/editplacename.glade index a34dbf675..2a69bcf97 100644 --- a/gramps/gui/glade/editplacename.glade +++ b/gramps/gui/glade/editplacename.glade @@ -119,9 +119,7 @@ <object class="UndoableEntry" id="language"> <property name="visible">True</property> <property name="can_focus">True</property> - <property name="tooltip_text" translatable="yes">Mail address. - -Note: Use Residence Event for genealogical address data.</property> + <property name="tooltip_text" translatable="yes">Language in which the name is written.</property> <property name="hexpand">True</property> <property name="invisible_char">●</property> </object> @@ -169,7 +167,7 @@ Note: Use Residence Event for genealogical address data.</property> <object class="ValidatableMaskedEntry" id="date_entry"> <property name="visible">True</property> <property name="can_focus">True</property> - <property name="tooltip_text" translatable="yes">Date at which the address is valid.</property> + <property name="tooltip_text" translatable="yes">Date range in which the name is valid.</property> <property name="hexpand">True</property> <property name="invisible_char">●</property> </object> @@ -182,9 +180,7 @@ Note: Use Residence Event for genealogical address data.</property> <object class="UndoableEntry" id="value"> <property name="visible">True</property> <property name="can_focus">True</property> - <property name="tooltip_text" translatable="yes">Mail address. - -Note: Use Residence Event for genealogical address data.</property> + <property name="tooltip_text" translatable="yes" context="place">The name of the place.</property> <property name="hexpand">True</property> <property name="invisible_char">●</property> </object>