diff --git a/HISTORY.md b/HISTORY.md
index 9da83348..701d66d5 100755
--- a/HISTORY.md
+++ b/HISTORY.md
@@ -19,6 +19,7 @@
### 2021-01-30
* threads, objects, lists: renamed experimental "rotate" primitive into "transpose"
* objects: added "transpose" to palette for testing
+* updated German translation for "transpose"
### 2021-01-29
* threads, objects: new experimental "rotate (list)" primitive relabelling option for "all but first"
diff --git a/locale/lang-de.js b/locale/lang-de.js
index 65f8be6f..92861fd3 100644
--- a/locale/lang-de.js
+++ b/locale/lang-de.js
@@ -185,7 +185,7 @@ SnapTranslator.dict.de = {
'translator_e-mail':
'jens@moenig.org, jadga.huegle@sap.com', // optional
'last_changed':
- '2021-01-29', // this, too, will appear in the Translators tab
+ '2021-01-30', // this, too, will appear in the Translators tab
// GUI
// control bar:
@@ -797,8 +797,8 @@ SnapTranslator.dict.de = {
'Element %idx von %l',
'all but first of %l':
'alles au\u00dfer dem ersten von %l',
- 'rotate %l':
- 'drehe %l',
+ 'transpose %l':
+ 'transponiere %l',
'length of %l':
'L\u00e4nge von %l',
'%l contains %s':
diff --git a/snap.html b/snap.html
index e902ea1f..e057b8b8 100755
--- a/snap.html
+++ b/snap.html
@@ -21,7 +21,7 @@
-
+
diff --git a/src/locale.js b/src/locale.js
index c6d5ca90..aa605c39 100644
--- a/src/locale.js
+++ b/src/locale.js
@@ -46,7 +46,7 @@
/*global modules, contains*/
-modules.locale = '2021-January-29';
+modules.locale = '2021-January-30';
// Global stuff
@@ -168,7 +168,7 @@ SnapTranslator.dict.de = {
'translator_e-mail':
'jens@moenig.org, jadga.huegle@sap.com',
'last_changed':
- '2021-01-29'
+ '2021-01-30'
};
SnapTranslator.dict.it = {