sysprof: cleanup version naming

This commit is contained in:
Christian Hergert
2021-09-21 16:39:44 -07:00
parent 3eca1ff409
commit 5a7d79f0b4

View File

@ -200,7 +200,7 @@ sysprof_about (GSimpleAction *action,
"license-type", GTK_LICENSE_GPL_3_0, "license-type", GTK_LICENSE_GPL_3_0,
"logo-icon-name", "org.gnome.Sysprof", "logo-icon-name", "org.gnome.Sysprof",
"program-name", _("Sysprof"), "program-name", _("Sysprof"),
"version", SYMBOLIC_VERSION "\n" "(" PACKAGE_VERSION ")", "version", "GNOME " SYMBOLIC_VERSION " (" PACKAGE_VERSION ")",
"website", "https://wiki.gnome.org/Apps/Sysprof", "website", "https://wiki.gnome.org/Apps/Sysprof",
"website-label", _("Learn more about Sysprof"), "website-label", _("Learn more about Sysprof"),
NULL); NULL);