[gnome-builder/wip/gtk4-port: 1273/1774] plugins/meson-templates: describe the library deps




commit 843b3366870304017236d1c126cfc58179ce9eab
Author: Christian Hergert <chergert redhat com>
Date:   Wed Jun 1 12:56:50 2022 -0700

    plugins/meson-templates: describe the library deps

 src/plugins/meson-templates/meson_templates.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/plugins/meson-templates/meson_templates.py b/src/plugins/meson-templates/meson_templates.py
index 377ca89e1..2c0280598 100644
--- a/src/plugins/meson-templates/meson_templates.py
+++ b/src/plugins/meson-templates/meson_templates.py
@@ -243,7 +243,7 @@ class GnomeGTK4ProjectTemplate(MesonTemplate):
             'gnome-app-gtk4',
             _('GTK Application'),
             'pattern-gtk',
-            _('Create a GTK application'),
+            _('Create a GTK application with GTK 4'),
             ['C', 'JavaScript', 'Rust', 'Python', 'Vala'],
             0
          )
@@ -325,7 +325,7 @@ class GnomeAdwaitaProjectTemplate(MesonTemplate):
             'gnome-app-adwaita',
             _('GNOME Application'),
             'pattern-gnome',
-            _('Create a GNOME application'),
+            _('Create a GNOME application with libadwaita'),
             ['C', 'JavaScript', 'Rust', 'Python', 'Vala'],
             0
          )


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