diff --git a/data/core.yaml b/data/core.yaml index e614c9fd0..5e0344b81 100644 --- a/data/core.yaml +++ b/data/core.yaml @@ -159,10 +159,10 @@ en: short: Y annotation: long: - area: Reflected an area across its long axis. + single: Reflected an object across its long axis. multiple: Reflected multiple objects across their long axis. short: - area: Reflected an area across its short axis. + single: Reflected an object across its short axis. multiple: Reflected multiple objects across their short axis. incomplete_relation: single: This object can't be reflected because it hasn't been fully downloaded. diff --git a/dist/locales/en.json b/dist/locales/en.json index c39d46f54..3a68e6275 100644 --- a/dist/locales/en.json +++ b/dist/locales/en.json @@ -205,11 +205,11 @@ }, "annotation": { "long": { - "area": "Reflected an area across its long axis.", + "single": "Reflected an object across its long axis.", "multiple": "Reflected multiple objects across their long axis." }, "short": { - "area": "Reflected an area across its short axis.", + "single": "Reflected an object across its short axis.", "multiple": "Reflected multiple objects across their short axis." } },