window: adjust credentials strings

Also mark them as translatable.

Fixes #3331
This commit is contained in:
Peter Eisenmann 2024-02-24 16:52:05 +01:00 committed by António Fernandes
parent 518b07e141
commit b4c785bdf8

View file

@ -2491,17 +2491,17 @@ nautilus_window_show_about_dialog (NautilusWindow *window)
const gchar *designers[] =
{
"The GNOME Project",
_("The GNOME Project"),
NULL
};
const gchar *developers[] =
{
"The contributors to the Nautilus project",
_("The GNOME Project"),
NULL
};
const gchar *documenters[] =
{
"GNOME Documentation Team",
_("The GNOME Project"),
"Sun Microsystems",
NULL
};