Change the tooltip message

This commit is contained in:
SNoiraud
2022-01-05 13:43:42 +01:00
committed by Nick Hall
parent f5c12991f5
commit 5c33769048

View File

@@ -1269,7 +1269,7 @@ class NoviceSelection(ManagedWindow, DbLoader):
label2 = Gtk.Label(label="")
self.window.vbox.pack_start(label2, False, True, 0)
target = Gtk.Label(label=config.get('database.path'))
target.set_tooltip_text(_("The directory for the databases"))
target.set_tooltip_text(_("Family Tree Database path"))
target.set_halign(Gtk.Align.START)
self.window.vbox.pack_start(target, False, True, 0)
label3 = Gtk.Label(label="")