diff --git a/phpgwapi/templates/jerryr/head.inc.php b/phpgwapi/templates/jerryr/head.inc.php
index 8692ca5c19..50bd00c5fb 100644
--- a/phpgwapi/templates/jerryr/head.inc.php
+++ b/phpgwapi/templates/jerryr/head.inc.php
@@ -1,7 +1,7 @@
-
+
diff --git a/phpgwapi/templates/jerryr/navbar.inc.php b/phpgwapi/templates/jerryr/navbar.inc.php
index ed443eee5a..c7e4114649 100644
--- a/phpgwapi/templates/jerryr/navbar.inc.php
+++ b/phpgwapi/templates/jerryr/navbar.inc.php
@@ -1,7 +1,7 @@
'.lang('Page was generated in %1 seconds',$totaltime).'';
}
- $var['powered_by'] = lang('Powered by phpGroupWare version %1',$GLOBALS['phpgw_info']['server']['versions']['phpgwapi']);
+ $var['powered_by'] = lang('Powered by eGroupWare version %1',$GLOBALS['phpgw_info']['server']['versions']['phpgwapi']);
$var['activate_tooltips'] = '';
diff --git a/phpgwapi/templates/literati/doc/README b/phpgwapi/templates/literati/doc/README
index 7954429c58..607545903d 100644
--- a/phpgwapi/templates/literati/doc/README
+++ b/phpgwapi/templates/literati/doc/README
@@ -1,6 +1,6 @@
+++++++++++++++++++++++++++++++++++++++++++++++++++
- IDOTS TEMPLATE SET FOR PHPGROUPWARE
+ IDOTS TEMPLATE SET FOR eGroupWare
+++++++++++++++++++++++++++++++++++++++++++++++++++
diff --git a/phpgwapi/templates/literati/head.inc.php b/phpgwapi/templates/literati/head.inc.php
index b1812a3f3d..e21e2562d6 100644
--- a/phpgwapi/templates/literati/head.inc.php
+++ b/phpgwapi/templates/literati/head.inc.php
@@ -1,7 +1,7 @@
-
+
diff --git a/phpgwapi/templates/literati/login_selectdomain.tpl b/phpgwapi/templates/literati/login_selectdomain.tpl
index ccbb20a3bb..fcee9f4a4a 100755
--- a/phpgwapi/templates/literati/login_selectdomain.tpl
+++ b/phpgwapi/templates/literati/login_selectdomain.tpl
@@ -2,7 +2,7 @@
-
+
diff --git a/phpgwapi/templates/literati/navbar.inc.php b/phpgwapi/templates/literati/navbar.inc.php
index c4a69a3c2d..1e8807bc6b 100644
--- a/phpgwapi/templates/literati/navbar.inc.php
+++ b/phpgwapi/templates/literati/navbar.inc.php
@@ -1,7 +1,7 @@
hooks->process('navbar_end');
- $var['powered_by'] = lang('Powered by phpGroupWare version %1',$GLOBALS['phpgw_info']['server']['versions']['phpgwapi']);
+ $var['powered_by'] = lang('Powered by eGroupWare version %1',$GLOBALS['phpgw_info']['server']['versions']['phpgwapi']);
$GLOBALS['idots_tpl']->set_var($var);
$GLOBALS['idots_tpl']->pfp('out','footer');
}