From 7425f86437e0c07233cf0e3bc9496f60d76e0039 Mon Sep 17 00:00:00 2001 From: MeSophie Date: Fri, 21 Oct 2022 10:46:16 +0100 Subject: [PATCH 1/3] Added Text in Json file --- instat/translations/en/r_instat_not_menus.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/instat/translations/en/r_instat_not_menus.json b/instat/translations/en/r_instat_not_menus.json index 972edeb8665..0184336704c 100644 --- a/instat/translations/en/r_instat_not_menus.json +++ b/instat/translations/en/r_instat_not_menus.json @@ -3707,5 +3707,6 @@ "Variable Name": "Variable Name", "Variable Label": "Variable Label", "Levels": "Levels", - "Category": "Category", - "Show Command": "Show Command"} \ No newline at end of file + "Category:": "Category:", + "Show Command": "Show Command", + "Lists:": "Lists:"} \ No newline at end of file From 9d50893261fb400bd7e7ebe7276c081c54ffb00d Mon Sep 17 00:00:00 2001 From: MeSophie Date: Fri, 21 Oct 2022 12:04:16 +0100 Subject: [PATCH 2/3] Removed text --- instat/translations/en/r_instat_not_menus.json | 1 - 1 file changed, 1 deletion(-) diff --git a/instat/translations/en/r_instat_not_menus.json b/instat/translations/en/r_instat_not_menus.json index 0184336704c..c5216dd835e 100644 --- a/instat/translations/en/r_instat_not_menus.json +++ b/instat/translations/en/r_instat_not_menus.json @@ -2270,7 +2270,6 @@ "Save Calculation and Result": "Save Calculation and Result", "Save Column Position": "Save Column Position", "Save Data As": "Save Data As", - "Save Data To:": "Save Data To:", "Save Date:": "Save Date:", "Save Details": "Save Details", "Save Downloaded File To:": "Save Downloaded File To:", From 267996c90bd56bb8f84ff00b8bc6e3ee0ea5bd00 Mon Sep 17 00:00:00 2001 From: lloyddewit Date: Fri, 28 Oct 2022 10:38:35 +0200 Subject: [PATCH 3/3] Added 'Scale/Distance' to this JSON file (needed by issue #7749) --- instat/translations/en/r_instat_not_menus.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/instat/translations/en/r_instat_not_menus.json b/instat/translations/en/r_instat_not_menus.json index c5216dd835e..460bc5d3a10 100644 --- a/instat/translations/en/r_instat_not_menus.json +++ b/instat/translations/en/r_instat_not_menus.json @@ -2314,6 +2314,7 @@ "Scaled Fractions": "Scaled Fractions", "Scaled Points": "Scaled Points", "Scales": "Scales", + "Scale/Distance": "Scale/Distance", "Scatter Matrix": "Scatter Matrix", "Scatter Plot": "Scatter Plot", "Scatter Plot Options": "Scatter Plot Options", @@ -3708,4 +3709,5 @@ "Levels": "Levels", "Category:": "Category:", "Show Command": "Show Command", - "Lists:": "Lists:"} \ No newline at end of file + "Lists:": "Lists:" +} \ No newline at end of file