app: Move "Documentation" link one line up over (community) "Tutorials"

Users were thinking the tutorials are some kind of official docs,
but they are not maintained as the official GIMP help website,
they are more like informal documentation about GIMP made public.

Let's clarify this reordering the buttons.

(cherry picked from commit 789af76a32)
This commit is contained in:
Bruno Lopes 2025-09-29 07:32:12 -03:00
parent da2f91bc22
commit b0a197f826
No known key found for this signature in database

View file

@ -467,16 +467,16 @@ welcome_dialog_create_welcome_page (Gimp *gimp,
/* "globe with meridians" emoticone in UTF-8. */
"\xf0\x9f\x8c\x90",
_("GIMP website"), "https://www.gimp.org/");
welcome_add_link (GTK_GRID (grid), 0, &row,
/* "graduation cap" emoticone in UTF-8. */
"\xf0\x9f\x8e\x93",
_("Tutorials"),
"https://www.gimp.org/tutorials/");
welcome_add_link (GTK_GRID (grid), 0, &row,
/* "open book" emoticone in UTF-8. */
"\xf0\x9f\x93\x96",
_("Documentation"),
"https://docs.gimp.org/");
welcome_add_link (GTK_GRID (grid), 0, &row,
/* "graduation cap" emoticone in UTF-8. */
"\xf0\x9f\x8e\x93",
_("Community Tutorials"),
"https://www.gimp.org/tutorials/");
/* XXX: should we add API docs for plug-in developers once it's
* properly set up? */