From 0ab84d1e278ca20fa85d016b0122b3833e3a62d8 Mon Sep 17 00:00:00 2001 From: Emyoulation or BAMaustin <69127217+emyoulation@users.noreply.github.com> Date: Mon, 23 Sep 2024 17:18:52 -0500 Subject: [PATCH] correct misleading description of GUI element placement Text prompt said "in the entry below" but the text box was actually above. (At least, it was above on Fedora). change to generic "in the text box" --- gramps/plugins/gramplet/ageondategramplet.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gramps/plugins/gramplet/ageondategramplet.py b/gramps/plugins/gramplet/ageondategramplet.py index ba58a47f062..eee31825e2b 100644 --- a/gramps/plugins/gramplet/ageondategramplet.py +++ b/gramps/plugins/gramplet/ageondategramplet.py @@ -64,7 +64,7 @@ def init(self): buffer.set_text( _( "Enter a valid date (like YYYY-MM-DD) in the" - " entry below and click Run. This will compute" + " entry text box and click Run. This will compute" " the ages for everyone in your Family Tree on" " that date. You can then sort by the age column," " and double-click the row to view or edit."