From 8674fdd47b58859078fce680b5b4b65e60d90ea5 Mon Sep 17 00:00:00 2001 From: Amire80 Date: Wed, 22 Feb 2017 21:49:45 +0200 Subject: [PATCH] Correct "operators" message in chemSymbols.json Follow up to I4452ceca55197fda5f1e1293a5741c6f5fb7c245 Change-Id: I061180179da83a7ad1229999ed97a783777bcfed --- extension.json | 2 +- i18n/en.json | 2 +- i18n/qqq.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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 c907933..69a17de 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",