From fc2a69516172ce623b00edbd2962fab9772eea48 Mon Sep 17 00:00:00 2001 From: Miles Lott Date: Wed, 6 Jun 2001 16:53:37 +0000 Subject: [PATCH] Fix two more (one?) spelling mistake(s) --- index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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') . '.' . '
'; }