X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=install%2Findex.php;h=2d67867b9cdfcf91e14c3d6d7411cca742d29376;hb=61759ecf1b57f8bca2cbedf9c031974412f9e816;hp=68654246352d4eeada3fe642abb9fac1025955de;hpb=f564511bdad01d163c41aa4ec7cc80cc136fa262;p=fa-stable.git diff --git a/install/index.php b/install/index.php index 68654246..2d67867b 100644 --- a/install/index.php +++ b/install/index.php @@ -315,9 +315,6 @@ if (list_updated('inst_lang')) { start_form(); switch(@$_POST['Page']) { default: -// include ('../install.html'); -// submit_center('continue', _('Continue >>')); -// break; case '1': div_start('welcome'); subpage_title(_('System Diagnostics')); @@ -354,7 +351,7 @@ start_form(); check_row(_("Install Additional COAs from FA Repository:"), 'sel_coas'); end_table(1); display_note(_("Select collation you want to use. If you are unsure or you will use various languages, select unicode collation.")); - display_note(_("Use table prefix if you share selected database for more than one FA company suing the same collation.")); + display_note(_("Use table prefix if you share selected database for more than one FA company using the same collation.")); display_note(_("Do not select additional langs nor COAs if you have no working internet connection right now. You can install them later.")); submit_center_first('back', _('<< Back')); submit_center_last('db_test', _('Continue >>'));