Message typos
authorJanusz Dobrowolski <janusz@frontaccounting.eu>
Sat, 17 Jul 2010 16:13:56 +0000 (16:13 +0000)
committerJanusz Dobrowolski <janusz@frontaccounting.eu>
Sat, 17 Jul 2010 16:13:56 +0000 (16:13 +0000)
admin/create_coy.php
admin/inst_upgrade.php

index 9ac71ef0bf2d1370984f800cf416783d4ea6f8c6..badd946a1c525362bcc29486b835a8b582b58ae0 100644 (file)
@@ -240,7 +240,7 @@ function handle_delete()
                display_error(_("Cannot remove temporary renamed company data directory ") . $tmpname);
                return;
        }
-       display_notification(_("Selected company as been deleted"));
+       display_notification(_("Selected company has been deleted"));
 }
 
 //---------------------------------------------------------------------------------------------
index 786e889a2f32037c1eb29c52a3adad8b4abc280b..5084954f1edb6228acca81a11ff3ad605cff77e5 100644 (file)
@@ -110,7 +110,7 @@ function upgrade_step($index, $conn)
 
                        $ret &= $inst->install($pref, $force);
 
-                       error_log(_("Database upgarade finished."));
+                       error_log(_("Database upgrade finished."));
 
                } else
                        if ($state!==true) {