Alignment of help text for icon

I suggest that the help text on the iconimagefor “share/select/using an existing …” is aligned.
Today there are different help text when hover this icon.

  • Events: “Share an existing event”
  • Source Citations: “Add an existing citation or source”
  • Notes: “Add an existing note”
  • Gallery: “Share”
  • Place: “Select an existing place”
  • Source: “Select an existing source”

Maybe there are more example where the is used.

For me it is confusing that the text not is aligned, especially the word “share” confuse me, because in most other applications “share” means that you are sharing something external with other persons.

So hereby I would suggest this help text for this icon: “Select an exiting XXXX”

By the way I can not find this icon in the Gramps icon set?

https://gramps-project.org/wiki/index.php/Gramps_icon_set

I agree. Consistency would be good here.

Besides making Harmonizing the source strings is one of the big opportunities to reduce the Weblate burden.

One hope was that the LocalTerm gramplet would provide a systematic way to find specific strings in the source code. And allow that string to be edited in the source code to be more consistent.

But it just does not return the results in a usable form yet.

Searching with Weblate

(click on the Details in the right column to to show the “Source string location” links.)

Searching with Google

Share an existing” in Google search of Github/gramps-project/gramps

Github search

Found the gtk-index action icon

icon_img = Gtk.Image.new_from_icon_name(
    "gtk-index", Gtk.IconSize.SMALL_TOOLBAR
)

This Icon Browser gramplet is still in the experimental stage:

Submitted PR #2337