From: Janusz Dobrowolski Date: Wed, 6 May 2015 15:27:15 +0000 (+0200) Subject: Fixed text typos in installer and item codes editor. X-Git-Tag: v2.4.2~19^2~180 X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=commitdiff_plain;h=cfd800ee093a96e799d53ad4a2c8ccb85c6f17cb;p=fa-stable.git Fixed text typos in installer and item codes editor. --- diff --git a/install/index.php b/install/index.php index 68654246..56e8bb9d 100644 --- a/install/index.php +++ b/install/index.php @@ -354,7 +354,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 >>')); diff --git a/inventory/manage/item_codes.php b/inventory/manage/item_codes.php index cf3dd751..ffbd942c 100644 --- a/inventory/manage/item_codes.php +++ b/inventory/manage/item_codes.php @@ -37,7 +37,7 @@ if ($Mode=='ADD_ITEM' || $Mode=='UPDATE_ITEM') elseif (!input_num('quantity')) { $input_error = 1; - display_error( _("The qunatity entered was not positive number.")); + display_error( _("The quantity entered was not positive number.")); set_focus('quantity'); } elseif ($_POST['description'] == '')