[gnome-builder] meson-templates: rename templates



commit b814f99c04dbd7056670c59fc2bcfada2b469b76
Author: Günther Wagner <info gunibert de>
Date:   Sun Feb 20 21:42:05 2022 +0100

    meson-templates: rename templates

 src/plugins/meson-templates/meson_templates.py | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/src/plugins/meson-templates/meson_templates.py b/src/plugins/meson-templates/meson_templates.py
index a6842ff7b..34aa2cbff 100644
--- a/src/plugins/meson-templates/meson_templates.py
+++ b/src/plugins/meson-templates/meson_templates.py
@@ -252,9 +252,9 @@ class GnomeProjectTemplate(MesonTemplate):
     def __init__(self):
         super().__init__(
             'gnome-app',
-            _('GNOME Application (Legacy)'),
+            _('GTK Application (Legacy)'),
             'pattern-gnome',
-            _('Create a GNOME application with GTK 3'),
+            _('Create a GTK application with GTK 3'),
             ['C', 'C++', 'C♯', 'Python', 'JavaScript', 'Vala', 'Rust'],
             0
          )
@@ -329,9 +329,9 @@ class GnomeGTK4ProjectTemplate(MesonTemplate):
     def __init__(self):
         super().__init__(
             'gnome-app-gtk4',
-            _('GNOME Application'),
+            _('GTK Application'),
             'pattern-gnome',
-            _('Create a GNOME application with GTK 4'),
+            _('Create a GTK application'),
             ['C', 'JavaScript', 'Rust', 'Python', 'Vala'],
             0
          )
@@ -411,10 +411,10 @@ class GnomeAdwaitaProjectTemplate(MesonTemplate):
     def __init__(self):
         super().__init__(
             'gnome-app-adwaita',
-            _('GNOME Adwaita Application'),
+            _('GNOME Application'),
             'pattern-gnome',
-            _('Create a GNOME Adwaita application'),
             ['C', 'Rust'],
+            _('Create a GNOME application'),
             0
          )
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]