Fixed typo
authorJanusz Dobrowolski <janusz@frontaccounting.eu>
Fri, 18 Jul 2008 22:49:25 +0000 (22:49 +0000)
committerJanusz Dobrowolski <janusz@frontaccounting.eu>
Fri, 18 Jul 2008 22:49:25 +0000 (22:49 +0000)
admin/create_coy.php

index a54ef45f1e08c486d00484f27679c3b27af465ba..a7cae00ce4cc3ec19a1587e5acc9b3b05eea1d35 100644 (file)
@@ -14,7 +14,6 @@ page(_("Create/Update Company"));
 $comp_subdirs = array('images', 'pdf_files', 'backup','js_cache', 'reporting');
 
 //---------------------------------------------------------------------------------------------
-
 if (isset($_GET['selected_id']))
 {
        $selected_id = $_GET['selected_id'];
@@ -310,7 +309,7 @@ function display_company_edit($selected_id)
        text_row_ex(_("New script Admin Password"), 'admpassword', 20);
 
        end_table();
-       display_note(_("Choose from Database scripts in SQL folder. No Datase is created without a script."), 0, 1);
+       display_note(_("Choose from Database scripts in SQL folder. No Database is created without a script."), 0, 1);
        echo "<center><input onclick='javascript:updateCompany()' type='button' style='width:150px' value='". _("Save"). "'></center>";
 
 
@@ -344,7 +343,6 @@ hyperlink_no_params($_SERVER['PHP_SELF'], _("Create a new company"));
 display_company_edit($selected_id);
 
 //---------------------------------------------------------------------------------------------
-
 end_page();
 
 ?>
\ No newline at end of file