summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Catanzaro <mcatanzaro@redhat.com>2022-10-28 10:55:53 -0500
committerMichael Catanzaro <mcatanzaro@redhat.com>2022-10-28 10:55:53 -0500
commit9b7d1aa7494ad684066a5a68a9d778ba4d2a945f (patch)
tree9e11e34de8d7c1c49abef8274cfc739a222729ab
parentfbafcc77a095af49d3ecc29995b589dae7b9b11e (diff)
downloadgnome-control-center-mcatanzaro/gnome-shell-version.tar.gz
info-overview: rename "GNOME Version" to "GNOME Shell Version"mcatanzaro/gnome-shell-version
The GNOME version and the GNOME Shell version are not the same thing. Historically, this panel displayed the GNOME version from gnome-desktop. But that is not very useful, so for GNOME 43 we switched to showing the GNOME Shell version instead. Now that GNOME 43.1 is out but GNOME Shell 43.1 is not, users are noticing the inconsistency between the version numbers. It's too late to fix for GNOME 43 due to string freeze, but we should disambiguate this going forward.
-rw-r--r--panels/info-overview/cc-info-overview-panel.ui4
1 files changed, 2 insertions, 2 deletions
diff --git a/panels/info-overview/cc-info-overview-panel.ui b/panels/info-overview/cc-info-overview-panel.ui
index 5465e5ad0..8bc81490a 100644
--- a/panels/info-overview/cc-info-overview-panel.ui
+++ b/panels/info-overview/cc-info-overview-panel.ui
@@ -121,9 +121,9 @@
<child>
<object class="CcListRow" id="gnome_version_row">
<property name="activatable">False</property>
- <property name="title" translatable="yes">GNOME Version</property>
+ <property name="title" translatable="yes">GNOME Shell Version</property>
<property name="secondary-label" translatable="yes"
- comments="translators: this is a placeholder while the GNOME version is being fetched">Loading…</property>
+ comments="translators: this is a placeholder while the GNOME Shell version is being fetched">Loading…</property>
</object>
</child>