comparison sat/plugins/plugin_misc_lists.py @ 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
comparison
equal deleted inserted replaced
3469:c063cbb2ad6e 3470:ca76767185e3
100 }, 100 },
101 {"name": "body", "type": "xhtml"}, 101 {"name": "body", "type": "xhtml"},
102 {"name": "comments_uri"}, 102 {"name": "comments_uri"},
103 ] 103 ]
104 }, 104 },
105 "shopping": { 105 "grocery": {
106 "name": D_("Shopping List"), 106 "name": D_("Grocery List"),
107 "icon": "basket", 107 "icon": "basket",
108 "fields": [ 108 "fields": [
109 {"name": "name", "label": D_("name")}, 109 {"name": "name", "label": D_("name")},
110 {"name": "quantity", "label": D_("quantity")}, 110 {"name": "quantity", "label": D_("quantity")},
111 { 111 {