diff --git a/index.php b/index.php index 0a5007d495..00e77816fd 100755 --- a/index.php +++ b/index.php @@ -129,8 +129,8 @@ if ($phpgw_info['server']['versions']['phpgwapi'] > $apiversion) { - echo '
' . lang('You are running a newer version of phpGroupWare then your database is setup for')
- . '
' . lang('It is recommend that you run setup to upgrade your tables to the current version')
+ echo '
' . lang('You are running a newer version of phpGroupWare than your database is setup for') . '.'
+ . '
' . lang('It is recommended that you run setup to upgrade your tables to the current version') . '.'
. '';
}