Put the package summary into the generated menu text
authorKarl O. Pinc <kop@karlpinc.com>
Wed, 17 Jul 2024 19:22:46 +0000 (14:22 -0500)
committerKarl O. Pinc <kop@karlpinc.com>
Wed, 17 Jul 2024 19:22:46 +0000 (14:22 -0500)
src/pgwui_develop/TEMPLATE/src/pgwui_TEMPLATE/pgwui_TEMPLATE.py.mak

index f9dafb3b7ab5ef3f6d6ea84649e43396f3a4c5c1..f0369688ed48e1cb61af4742136cc3802a518c28 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2018, 2020, 2021 The Meme Factory, Inc.
+# Copyright (C) 2018, 2020, 2021, 2024 The Meme Factory, Inc.
 # http://www.karlpinc.com/
 
 # This file is part of ${component}
@@ -24,7 +24,7 @@
 '''
 PGWUI_COMPONENT = '${component.lower()}'
 DEFAULT_${short_name.upper()}_ROUTE = '/${short_name}'
-DEFAULT_${short_name.upper()}_MENU_LABEL = '${short_name} -- Description of ${component}'
+DEFAULT_${short_name.upper()}_MENU_LABEL = '${short_name} -- ${summary}'
 
 
 def establish_settings(config):