diff --git a/entity/Notification_entity/Notification_entity.aod b/entity/Notification_entity/Notification_entity.aod
index e4fa3a3e3d18f93faa3f9f37dd51c766abdf5abb..65261ddd1eac7bb2af7fa69bd6e68cfb9152992f 100644
--- a/entity/Notification_entity/Notification_entity.aod
+++ b/entity/Notification_entity/Notification_entity.aod
@@ -87,29 +87,35 @@
         <entityActionField>
           <name>archieve</name>
           <fieldType>ACTION</fieldType>
+          <title>archieve</title>
           <description></description>
           <onActionProcess>%aditoprj%/entity/Notification_entity/entityfields/setnotificationstate/children/archieve/onActionProcess.js</onActionProcess>
           <isSelectionAction v="true" />
           <iconId>VAADIN:ARCHIVE</iconId>
-          <tooltip>archieve</tooltip>
+          <tooltip></tooltip>
+          <tooltipProcess>%aditoprj%/entity/Notification_entity/entityfields/setnotificationstate/children/archieve/tooltipProcess.js</tooltipProcess>
         </entityActionField>
         <entityActionField>
           <name>setRead</name>
           <fieldType>ACTION</fieldType>
+          <title>setRead</title>
           <description></description>
           <onActionProcess>%aditoprj%/entity/Notification_entity/entityfields/setnotificationstate/children/setread/onActionProcess.js</onActionProcess>
           <isSelectionAction v="true" />
           <iconId>VAADIN:OPEN_BOOK</iconId>
-          <tooltip>set read</tooltip>
+          <tooltip></tooltip>
+          <tooltipProcess>%aditoprj%/entity/Notification_entity/entityfields/setnotificationstate/children/setread/tooltipProcess.js</tooltipProcess>
         </entityActionField>
         <entityActionField>
           <name>setUnread</name>
           <fieldType>ACTION</fieldType>
+          <title>setUnread</title>
           <description></description>
           <onActionProcess>%aditoprj%/entity/Notification_entity/entityfields/setnotificationstate/children/setunread/onActionProcess.js</onActionProcess>
           <isSelectionAction v="true" />
           <iconId>VAADIN:BOOK</iconId>
-          <tooltip>set unread</tooltip>
+          <tooltip></tooltip>
+          <tooltipProcess>%aditoprj%/entity/Notification_entity/entityfields/setnotificationstate/children/setunread/tooltipProcess.js</tooltipProcess>
         </entityActionField>
       </children>
     </entityActionGroup>
diff --git a/entity/Notification_entity/entityfields/setnotificationstate/children/archieve/tooltipProcess.js b/entity/Notification_entity/entityfields/setnotificationstate/children/archieve/tooltipProcess.js
new file mode 100644
index 0000000000000000000000000000000000000000..3aa94ad62826d8f05824f78874cd2e2fe739ea56
--- /dev/null
+++ b/entity/Notification_entity/entityfields/setnotificationstate/children/archieve/tooltipProcess.js
@@ -0,0 +1,4 @@
+import("system.result");
+import("system.translate");
+
+result.string(translate.text("archieve"));
\ No newline at end of file
diff --git a/entity/Notification_entity/entityfields/setnotificationstate/children/setread/tooltipProcess.js b/entity/Notification_entity/entityfields/setnotificationstate/children/setread/tooltipProcess.js
new file mode 100644
index 0000000000000000000000000000000000000000..82b5a19c94ab62162274d40e060ec34dee10da48
--- /dev/null
+++ b/entity/Notification_entity/entityfields/setnotificationstate/children/setread/tooltipProcess.js
@@ -0,0 +1,4 @@
+import("system.result");
+import("system.translate");
+
+result.string(translate.text("setRead"));
\ No newline at end of file
diff --git a/entity/Notification_entity/entityfields/setnotificationstate/children/setunread/tooltipProcess.js b/entity/Notification_entity/entityfields/setnotificationstate/children/setunread/tooltipProcess.js
new file mode 100644
index 0000000000000000000000000000000000000000..7fdaef5f6d333ff01ea64d8d64f506214e7ee00d
--- /dev/null
+++ b/entity/Notification_entity/entityfields/setnotificationstate/children/setunread/tooltipProcess.js
@@ -0,0 +1,4 @@
+import("system.result");
+import("system.translate");
+
+result.string(translate.text("setUnread"));
\ No newline at end of file
diff --git a/language/_____LANGUAGE_de/_____LANGUAGE_de.aod b/language/_____LANGUAGE_de/_____LANGUAGE_de.aod
index 0da4f7bb32c6b7821bb3b685c8f57ed7caba3d87..171e8f2846acc2db27d240ff3c6511ce09e7078b 100644
--- a/language/_____LANGUAGE_de/_____LANGUAGE_de.aod
+++ b/language/_____LANGUAGE_de/_____LANGUAGE_de.aod
@@ -377,6 +377,10 @@
       <key>Salutation</key>
       <value>Anrede</value>
     </entry>
+    <entry>
+      <key>setRead</key>
+      <value>Gelesen setzen</value>
+    </entry>
     <entry>
       <key>Middlename</key>
       <value>Zwischenname</value>
@@ -500,6 +504,10 @@
       <key>Touchpoints</key>
       <value>Kontaktpunkte</value>
     </entry>
+    <entry>
+      <key>archieve</key>
+      <value>archivieren</value>
+    </entry>
     <entry>
       <key>Document Template</key>
       <value>Dokumentvorlage</value>
@@ -647,6 +655,10 @@
       <key>Commodity group 2</key>
       <value>Warengruppe 2</value>
     </entry>
+    <entry>
+      <key>setUnread</key>
+      <value>Ungelesen setzen</value>
+    </entry>
     <entry>
       <key>Campaign Step</key>
       <value>Kampagnen Stufe</value>
@@ -982,7 +994,7 @@
       <key>Option4</key>
     </entry>
     <entry>
-      <key>ARCHIEVED</key>
+      <key>ARCHIVE</key>
       <value>Archiviert</value>
     </entry>
     <entry>