[gnome-builder] meson-templates: tweak titles of templates
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder] meson-templates: tweak titles of templates
- Date: Sun, 18 Jul 2021 17:15:04 +0000 (UTC)
commit 67810dfc2c106b43b1662ededa19b1143e15464e
Author: Christian Hergert <chergert redhat com>
Date: Sun Jul 18 10:15:00 2021 -0700
meson-templates: tweak titles of templates
src/plugins/meson-templates/meson_templates.py | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/src/plugins/meson-templates/meson_templates.py b/src/plugins/meson-templates/meson_templates.py
index b2001e429..106227267 100644
--- a/src/plugins/meson-templates/meson_templates.py
+++ b/src/plugins/meson-templates/meson_templates.py
@@ -248,9 +248,9 @@ class GnomeProjectTemplate(MesonTemplate):
def __init__(self):
super().__init__(
'gnome-app',
- _('GNOME Application GTK+-3.0'),
+ _('GNOME Application (Legacy)'),
'pattern-gnome',
- _('Create a new GNOME application'),
+ _('Create a GNOME application with GTK 3'),
['C', 'C++', 'C♯', 'Python', 'JavaScript', 'Vala', 'Rust'],
0
)
@@ -326,9 +326,9 @@ class GnomeGTK4ProjectTemplate(MesonTemplate):
def __init__(self):
super().__init__(
'gnome-app-gtk4',
- _('GNOME Application GTK4'),
+ _('GNOME Application'),
'pattern-gnome',
- _('Create a new GNOME GTK4 application'),
+ _('Create a GNOME application with GTK 4'),
['C'],
0
)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]