diff --git a/data/json/items/comestibles/sandwich.json b/data/json/items/comestibles/sandwich.json index 638d4a92b9c5..dcf2240e5efa 100644 --- a/data/json/items/comestibles/sandwich.json +++ b/data/json/items/comestibles/sandwich.json @@ -74,7 +74,7 @@ "copy-from": "sandwich_deluxe", "name": { "str": "jam sandwich", "str_pl": "jam sandwiches" }, "conditional_names": [ - { "type": "COMPONENT_ID", "condition": "apple ", "name": "apple %s" }, + { "type": "COMPONENT_ID", "condition": "apple", "name": "apple %s" }, { "type": "COMPONENT_ID", "condition": "apricot", "name": "apricot %s" }, { "type": "COMPONENT_ID", "condition": "banana", "name": "banana %s" }, { "type": "COMPONENT_ID", "condition": "blackberries", "name": "blackberry %s" }, @@ -83,15 +83,15 @@ { "type": "COMPONENT_ID", "condition": "cranberries", "name": "cranberry %s" }, { "type": "COMPONENT_ID", "condition": "grapefruit", "name": "grapefruit %s" }, { "type": "COMPONENT_ID", "condition": "grapes", "name": "grape %s" }, - { "type": "COMPONENT_ID", "condition": "kiwi ", "name": "kiwi %s" }, - { "type": "COMPONENT_ID", "condition": "mango ", "name": "mango %s" }, - { "type": "COMPONENT_ID", "condition": "melon ", "name": "melon %s" }, + { "type": "COMPONENT_ID", "condition": "kiwi", "name": "kiwi %s" }, + { "type": "COMPONENT_ID", "condition": "mango", "name": "mango %s" }, + { "type": "COMPONENT_ID", "condition": "melon", "name": "melon %s" }, { "type": "COMPONENT_ID", "condition": "orange", "name": "orange %s" }, { "type": "COMPONENT_ID", "condition": "papaya", "name": "papaya %s" }, - { "type": "COMPONENT_ID", "condition": "peach ", "name": "peach %s" }, - { "type": "COMPONENT_ID", "condition": "pear ", "name": "pear %s" }, + { "type": "COMPONENT_ID", "condition": "peach", "name": "peach %s" }, + { "type": "COMPONENT_ID", "condition": "pear", "name": "pear %s" }, { "type": "COMPONENT_ID", "condition": "pineapple", "name": "pineapple %s" }, - { "type": "COMPONENT_ID", "condition": "plums ", "name": "plum %s" }, + { "type": "COMPONENT_ID", "condition": "plums", "name": "plum %s" }, { "type": "COMPONENT_ID", "condition": "pomegranate", "name": "pomegranate %s" }, { "type": "COMPONENT_ID", "condition": "raspberries", "name": "raspberry %s" }, { "type": "COMPONENT_ID", "condition": "rose_hips", "name": "rose_hip %s" },