Fixed text typos in installer and item codes editor.
authorJanusz Dobrowolski <janusz@frontaccounting.eu>
Wed, 6 May 2015 15:27:15 +0000 (17:27 +0200)
committerJanusz Dobrowolski <janusz@frontaccounting.eu>
Wed, 6 May 2015 15:27:15 +0000 (17:27 +0200)
install/index.php
inventory/manage/item_codes.php

index 68654246352d4eeada3fe642abb9fac1025955de..56e8bb9d671f8a50258fb4c33a47996d029b98d2 100644 (file)
@@ -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 >>'));
index cf3dd7519fa9bbd41894a576228da3d3c1260585..ffbd942c0192caf5ad9b99ce5f96047982ea0db4 100644 (file)
@@ -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'] == '')