# HG changeset patch # User Goffi # Date 1614447154 -3600 # Node ID ca76767185e3458abef92fcaf98536379bc11e89 # Parent c063cbb2ad6e27a22d8d4170ca86b6e604f509d6 plugin list: rename `shopping` list to `grocery` list diff -r c063cbb2ad6e -r ca76767185e3 sat/plugins/plugin_misc_lists.py --- 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")},