diff --git a/extension.json b/extension.json index 7ef7427..7b6fbb4 100644 --- a/extension.json +++ b/extension.json @@ -201,7 +201,7 @@ "math-visualeditor-symbol-group-chem-formulae", "math-visualeditor-symbol-group-chem-greek", "math-visualeditor-symbol-group-chem-isotopes", - "math-visualeditor-symbol-group-chem-operations", + "math-visualeditor-symbol-group-chem-operators", "math-visualeditor-symbol-group-chem-oxidation", "math-visualeditor-symbol-group-chem-precipitate", "math-visualeditor-symbol-group-chem-stoichiometric", diff --git a/i18n/en.json b/i18n/en.json index e1fa913..f930bc3 100644 --- a/i18n/en.json +++ b/i18n/en.json @@ -39,7 +39,7 @@ "math-visualeditor-symbol-group-chem-formulae": "Chemical formulae", "math-visualeditor-symbol-group-chem-greek": "Greek characters", "math-visualeditor-symbol-group-chem-isotopes": "Isotopes", - "math-visualeditor-symbol-group-chem-operations": "Equation operators", + "math-visualeditor-symbol-group-chem-operators": "Equation operators", "math-visualeditor-symbol-group-chem-oxidation": "Oxidation states", "math-visualeditor-symbol-group-chem-precipitate": "Precipitate and gas", "math-visualeditor-symbol-group-chem-stoichiometric": "Stoichiometric numbers", diff --git a/i18n/qqq.json b/i18n/qqq.json index b5f24ec..d5b4307 100644 --- a/i18n/qqq.json +++ b/i18n/qqq.json @@ -38,7 +38,7 @@ "math-visualeditor-symbol-group-chem-formulae": "Label for the chemical formulae group of chem symbols", "math-visualeditor-symbol-group-chem-greek": "Label for the greek characters group of chem symbols", "math-visualeditor-symbol-group-chem-isotopes": "Label for the isotopes group of chem symbols", - "math-visualeditor-symbol-group-chem-operations": "Label for the equation operators group of chem symbols", + "math-visualeditor-symbol-group-chem-operators": "Label for the equation operators group of chem symbols", "math-visualeditor-symbol-group-chem-oxidation": "Label for the oxidation states group of chem symbols", "math-visualeditor-symbol-group-chem-precipitate": "Label for the precipitate and gas group of chem symbols", "math-visualeditor-symbol-group-chem-stoichiometric": "Label for the stoichiometric numbers group of chem symbols",