[gnome-initial-setup] summary: Fall back to plain "GNOME"
- From: Will Thompson <wjt src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-initial-setup] summary: Fall back to plain "GNOME"
- Date: Tue, 28 Dec 2021 14:41:10 +0000 (UTC)
commit 0097ebeadba7f7e8b171f79a232fd600503273f7
Author: Will Thompson <will willthompson co uk>
Date: Tue Dec 28 14:39:34 2021 +0000
summary: Fall back to plain "GNOME"
GNOME releases are now of the form "GNOME 42", not "GNOME 3.x", so
"GNOME 3" is not a useful concept. Just use plain "GNOME" for this
fallback, as in gnome-control-center.
gnome-initial-setup/pages/summary/gis-summary-page.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/gnome-initial-setup/pages/summary/gis-summary-page.c
b/gnome-initial-setup/pages/summary/gis-summary-page.c
index 106cf48e..09c00abe 100644
--- a/gnome-initial-setup/pages/summary/gis-summary-page.c
+++ b/gnome-initial-setup/pages/summary/gis-summary-page.c
@@ -225,17 +225,17 @@ update_distro_name (GisSummaryPage *page)
char *text;
if (!name)
- name = g_strdup ("GNOME 3");
+ name = g_strdup ("GNOME");
/* Translators: the parameter here is the name of a distribution,
- * like "Fedora" or "Ubuntu". It falls back to "GNOME 3" if we can't
+ * like "Fedora" or "Ubuntu". It falls back to "GNOME" if we can't
* detect any distribution. */
text = g_strdup_printf (_("_Start Using %s"), name);
gtk_label_set_label (GTK_LABEL (priv->start_button_label), text);
g_free (text);
/* Translators: the parameter here is the name of a distribution,
- * like "Fedora" or "Ubuntu". It falls back to "GNOME 3" if we can't
+ * like "Fedora" or "Ubuntu". It falls back to "GNOME" if we can't
* detect any distribution. */
text = g_strdup_printf (_("%s is ready to be used. We hope that you love it!"), name);
gtk_label_set_label (GTK_LABEL (priv->tagline), text);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]