diff --git a/admin/inc/class.uiapplications.inc.php b/admin/inc/class.uiapplications.inc.php
index 48c9a8d3d0..86637cc228 100644
--- a/admin/inc/class.uiapplications.inc.php
+++ b/admin/inc/class.uiapplications.inc.php
@@ -102,6 +102,7 @@
$GLOBALS['phpgw']->template->set_var('lang_enabled',lang('Enabled'));
$GLOBALS['phpgw']->template->set_var('new_action',$GLOBALS['phpgw']->link('/index.php','menuaction=admin.uiapplications.add'));
+ $GLOBALS['phpgw']->template->set_var('lang_note',lang('(To install new applications use
Setup [Manage Applications] !!!)'));
$GLOBALS['phpgw']->template->set_var('lang_add',lang('add'));
@reset($applications);
diff --git a/admin/setup/phpgw_de.lang b/admin/setup/phpgw_de.lang
index 23f531c002..201866e5f3 100644
--- a/admin/setup/phpgw_de.lang
+++ b/admin/setup/phpgw_de.lang
@@ -1,4 +1,5 @@
(stored password will not be shown here) admin de (Gespeicherte Passwort wird hier nicht angezeigt)
+(to install new applications use
setup [manage applications] !!!) admin de (Zur Installation neuer Anwendungen verwenden Sie bitte
Setup [Anwendungen Verwalten] !!!)
account active admin de Konto aktiv
account has been created common de Konto wurde erstellt
account has been deleted common de Konto wurde gel.scht
diff --git a/admin/setup/phpgw_en.lang b/admin/setup/phpgw_en.lang
index f5ea83bed3..11fda8383c 100644
--- a/admin/setup/phpgw_en.lang
+++ b/admin/setup/phpgw_en.lang
@@ -1,4 +1,5 @@
(stored password will not be shown here) admin en (Stored password will not be shown here)
+(to install new applications use
setup [manage applications] !!!) admin en (To install new applications use
Setup [Manage Applications] !!!)
account active admin en Account active
account has been created common en Account has been created
account has been deleted common en Account has been deleted
diff --git a/admin/templates/default/applications.tpl b/admin/templates/default/applications.tpl
index 659f035012..c92fa434e4 100644
--- a/admin/templates/default/applications.tpl
+++ b/admin/templates/default/applications.tpl
@@ -27,9 +27,12 @@