changeset 3470:ca76767185e3

plugin list: rename `shopping` list to `grocery` list
author Goffi <goffi@goffi.org>
date Sat, 27 Feb 2021 18:32:34 +0100
parents c063cbb2ad6e
children d897597cfa94
files sat/plugins/plugin_misc_lists.py
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/sat/plugins/plugin_misc_lists.py	Sat Feb 27 18:31:47 2021 +0100
+++ b/sat/plugins/plugin_misc_lists.py	Sat Feb 27 18:32:34 2021 +0100
@@ -102,8 +102,8 @@
             {"name": "comments_uri"},
         ]
     },
-    "shopping": {
-        "name": D_("Shopping List"),
+    "grocery": {
+        "name": D_("Grocery List"),
         "icon": "basket",
         "fields": [
             {"name": "name", "label": D_("name")},