diff --git a/HISTORY.md b/HISTORY.md
index 9e755ece..bcd89bf7 100755
--- a/HISTORY.md
+++ b/HISTORY.md
@@ -6,6 +6,13 @@
* **Notable Fixes:**
* **Translation Updates:**
+## v5.3.2:
+* **Notable Fixes:**
+ * fixed #2518 (broken localization system)
+ * fixed size of MY help screen, thanks, Brian
+* **Translation Updates:**
+ * Catalan, thanks, Joan
+
### 2019-11-06
* new dev version
* morphic, blocks: reverted recent changes to tranlation mechanism
@@ -16,6 +23,8 @@
* blocks: fixed dropdown menu generation for untranslated items
* blocks: don't translate message names in drow-down menus
* blocks: don't translate names in dropdowns
+* help: fixed size of MY help screen, thanks, Brian
+* prepared release
## v5.3.1:
* **Notable Fixes:**
diff --git a/snap.html b/snap.html
index aef0f1d7..47f8a8f4 100755
--- a/snap.html
+++ b/snap.html
@@ -2,7 +2,7 @@
- Snap! Build Your Own Blocks 5.3.2 - dev -
+ Snap! Build Your Own Blocks 5.3.2
@@ -20,7 +20,7 @@
-
+
diff --git a/src/gui.js b/src/gui.js
index 4df663f5..b86c145f 100644
--- a/src/gui.js
+++ b/src/gui.js
@@ -3626,7 +3626,7 @@ IDE_Morph.prototype.aboutSnap = function () {
module, btn1, btn2, btn3, btn4, licenseBtn, translatorsBtn,
world = this.world();
- aboutTxt = 'Snap! 5.3.2 - dev -\nBuild Your Own Blocks\n\n'
+ aboutTxt = 'Snap! 5.3.2\nBuild Your Own Blocks\n\n'
+ 'Copyright \u24B8 2019 Jens M\u00F6nig and '
+ 'Brian Harvey\n'
+ 'jens@moenig.org, bh@cs.berkeley.edu\n\n'
diff --git a/src/locale.js b/src/locale.js
index 76fc5edb..b8e7029b 100644
--- a/src/locale.js
+++ b/src/locale.js
@@ -42,7 +42,7 @@
/*global modules, contains*/
-modules.locale = '2019-November-02';
+modules.locale = '2019-November-06';
// Global stuff
@@ -373,7 +373,7 @@ SnapTranslator.dict.ca = {
'translator_e-mail':
'bernat@snap4arduino.rocks, jguille2@xtec.cat',
'last_changed':
- '2019-10-25'
+ '2019-11-06'
};
SnapTranslator.dict.ca_VA = {