diff --git a/about.php b/about.php
index 5d52eb8790..ae52566ab9 100644
--- a/about.php
+++ b/about.php
@@ -1,7 +1,7 @@
\n
- ![\"$info[title]\"]($icon) | $info[title] |
";
+ ![\"$info[title]\"]($icon) | $info[title] | ";
if ($info['description'])
{
@@ -124,7 +124,7 @@ function about_app()
}
}
- $title = isset($GLOBALS['phpgw_info']['apps'][$app]) ? $GLOBALS['phpgw_info']['apps'][$app]['title'] : 'phpGroupWare';
+ $title = isset($GLOBALS['phpgw_info']['apps'][$app]) ? $GLOBALS['phpgw_info']['apps'][$app]['title'] : 'eGroupWare';
$GLOBALS['phpgw_info']['flags']['app_header'] = lang('About %1',$title);
$GLOBALS['phpgw']->common->phpgw_header();
$tpl->pparse('out','phpgw_about');
diff --git a/infolog/csv_import.php b/infolog/csv_import.php
index edeffeb068..494c2e51c0 100644
--- a/infolog/csv_import.php
+++ b/infolog/csv_import.php
@@ -1,7 +1,7 @@
*
* -------------------------------------------- *
* This program is free software; you can redistribute it and/or modify it *
diff --git a/infolog/setup/setup.inc.php b/infolog/setup/setup.inc.php
index 79218259cb..4aa2c3c377 100755
--- a/infolog/setup/setup.inc.php
+++ b/infolog/setup/setup.inc.php
@@ -1,7 +1,7 @@