From 25b736d3874cfb0d4ead1a22d092134e72d3a10a Mon Sep 17 00:00:00 2001
From: "j.goderbauer" <j.goderbauer@adito.de>
Date: Thu, 31 Oct 2019 11:04:26 +0100
Subject: [PATCH] fix typo in notifications: archieve -> archive

---
 entity/Notification_entity/Notification_entity.aod        | 8 ++++----
 .../children/{archieve => archive}/onActionProcess.js     | 0
 .../children/{archieve => archive}/tooltipProcess.js      | 2 +-
 language/_____LANGUAGE_EXTRA/_____LANGUAGE_EXTRA.aod      | 2 +-
 language/_____LANGUAGE_EXTRA/_____LANGUAGE_EXTRA.aod.orig | 2 +-
 language/_____LANGUAGE_de/_____LANGUAGE_de.aod            | 3 ++-
 language/_____LANGUAGE_de/_____LANGUAGE_de.aod.orig       | 2 +-
 language/_____LANGUAGE_en/_____LANGUAGE_en.aod            | 2 +-
 language/_____LANGUAGE_en/_____LANGUAGE_en.aod.orig       | 2 +-
 9 files changed, 12 insertions(+), 11 deletions(-)
 rename entity/Notification_entity/entityfields/setnotificationstate/children/{archieve => archive}/onActionProcess.js (100%)
 rename entity/Notification_entity/entityfields/setnotificationstate/children/{archieve => archive}/tooltipProcess.js (56%)

diff --git a/entity/Notification_entity/Notification_entity.aod b/entity/Notification_entity/Notification_entity.aod
index d01ab19eee2..350794d7be9 100644
--- a/entity/Notification_entity/Notification_entity.aod
+++ b/entity/Notification_entity/Notification_entity.aod
@@ -88,14 +88,14 @@
       <name>setNotificationState</name>
       <children>
         <entityActionField>
-          <name>archieve</name>
-          <title>archieve</title>
+          <name>archive</name>
+          <title>archive</title>
           <description></description>
-          <onActionProcess>%aditoprj%/entity/Notification_entity/entityfields/setnotificationstate/children/archieve/onActionProcess.js</onActionProcess>
+          <onActionProcess>%aditoprj%/entity/Notification_entity/entityfields/setnotificationstate/children/archive/onActionProcess.js</onActionProcess>
           <isSelectionAction v="true" />
           <iconId>VAADIN:ARCHIVE</iconId>
           <tooltip></tooltip>
-          <tooltipProcess>%aditoprj%/entity/Notification_entity/entityfields/setnotificationstate/children/archieve/tooltipProcess.js</tooltipProcess>
+          <tooltipProcess>%aditoprj%/entity/Notification_entity/entityfields/setnotificationstate/children/archive/tooltipProcess.js</tooltipProcess>
         </entityActionField>
         <entityActionField>
           <name>setRead</name>
diff --git a/entity/Notification_entity/entityfields/setnotificationstate/children/archieve/onActionProcess.js b/entity/Notification_entity/entityfields/setnotificationstate/children/archive/onActionProcess.js
similarity index 100%
rename from entity/Notification_entity/entityfields/setnotificationstate/children/archieve/onActionProcess.js
rename to entity/Notification_entity/entityfields/setnotificationstate/children/archive/onActionProcess.js
diff --git a/entity/Notification_entity/entityfields/setnotificationstate/children/archieve/tooltipProcess.js b/entity/Notification_entity/entityfields/setnotificationstate/children/archive/tooltipProcess.js
similarity index 56%
rename from entity/Notification_entity/entityfields/setnotificationstate/children/archieve/tooltipProcess.js
rename to entity/Notification_entity/entityfields/setnotificationstate/children/archive/tooltipProcess.js
index 3aa94ad6282..8cd5edfe7e2 100644
--- a/entity/Notification_entity/entityfields/setnotificationstate/children/archieve/tooltipProcess.js
+++ b/entity/Notification_entity/entityfields/setnotificationstate/children/archive/tooltipProcess.js
@@ -1,4 +1,4 @@
 import("system.result");
 import("system.translate");
 
-result.string(translate.text("archieve"));
\ No newline at end of file
+result.string(translate.text("archive"));
\ No newline at end of file
diff --git a/language/_____LANGUAGE_EXTRA/_____LANGUAGE_EXTRA.aod b/language/_____LANGUAGE_EXTRA/_____LANGUAGE_EXTRA.aod
index a46bccfc522..38cd6d2cb61 100644
--- a/language/_____LANGUAGE_EXTRA/_____LANGUAGE_EXTRA.aod
+++ b/language/_____LANGUAGE_EXTRA/_____LANGUAGE_EXTRA.aod
@@ -3226,7 +3226,7 @@
       <key>Scoretype</key>
     </entry>
     <entry>
-      <key>archieve</key>
+      <key>archive</key>
     </entry>
     <entry>
       <key>setUnread</key>
diff --git a/language/_____LANGUAGE_EXTRA/_____LANGUAGE_EXTRA.aod.orig b/language/_____LANGUAGE_EXTRA/_____LANGUAGE_EXTRA.aod.orig
index b33c4cbcc91..43e9e5efe9c 100644
--- a/language/_____LANGUAGE_EXTRA/_____LANGUAGE_EXTRA.aod.orig
+++ b/language/_____LANGUAGE_EXTRA/_____LANGUAGE_EXTRA.aod.orig
@@ -3406,7 +3406,7 @@
       <key>Scoretype</key>
     </entry>
     <entry>
-      <key>archieve</key>
+      <key>archive</key>
     </entry>
     <entry>
       <key>setUnread</key>
diff --git a/language/_____LANGUAGE_de/_____LANGUAGE_de.aod b/language/_____LANGUAGE_de/_____LANGUAGE_de.aod
index dec6e326d7f..a786e99b949 100644
--- a/language/_____LANGUAGE_de/_____LANGUAGE_de.aod
+++ b/language/_____LANGUAGE_de/_____LANGUAGE_de.aod
@@ -6745,7 +6745,8 @@
       <value>Passwort</value>
     </entry>
     <entry>
-      <key>archieve</key>
+      <key>archive</key>
+      <value>Archivieren</value>
       <value>archivieren</value>
     </entry>
     <entry>
diff --git a/language/_____LANGUAGE_de/_____LANGUAGE_de.aod.orig b/language/_____LANGUAGE_de/_____LANGUAGE_de.aod.orig
index 76a4241422b..50cb8cf7b5b 100644
--- a/language/_____LANGUAGE_de/_____LANGUAGE_de.aod.orig
+++ b/language/_____LANGUAGE_de/_____LANGUAGE_de.aod.orig
@@ -665,7 +665,7 @@
       <value>Kontaktpunkte</value>
     </entry>
     <entry>
-      <key>archieve</key>
+      <key>archive</key>
       <value>Archivieren</value>
     </entry>
     <entry>
diff --git a/language/_____LANGUAGE_en/_____LANGUAGE_en.aod b/language/_____LANGUAGE_en/_____LANGUAGE_en.aod
index f18070fcf2e..a81de862077 100644
--- a/language/_____LANGUAGE_en/_____LANGUAGE_en.aod
+++ b/language/_____LANGUAGE_en/_____LANGUAGE_en.aod
@@ -3279,7 +3279,7 @@
       <key>Scoretype</key>
     </entry>
     <entry>
-      <key>archieve</key>
+      <key>archive</key>
     </entry>
     <entry>
       <key>setUnread</key>
diff --git a/language/_____LANGUAGE_en/_____LANGUAGE_en.aod.orig b/language/_____LANGUAGE_en/_____LANGUAGE_en.aod.orig
index 47005365bad..8ec4fc23e96 100644
--- a/language/_____LANGUAGE_en/_____LANGUAGE_en.aod.orig
+++ b/language/_____LANGUAGE_en/_____LANGUAGE_en.aod.orig
@@ -3454,7 +3454,7 @@
       <key>Scoretype</key>
     </entry>
     <entry>
-      <key>archieve</key>
+      <key>archive</key>
     </entry>
     <entry>
       <key>setUnread</key>
-- 
GitLab