diff options
author | prashantsinalkar | 2020-06-15 16:01:35 +0530 |
---|---|---|
committer | prashantsinalkar | 2020-06-15 16:01:35 +0530 |
commit | abde0791d0f8af091a1b806cb0cdf1e7dfdc1a93 (patch) | |
tree | 56cfbf3eb0c7722e8eab07feb88acb61cdbcaf5d | |
parent | c453903f4544ef4b4ab98bc5692b284e605c3f29 (diff) | |
download | Esim-Pspice-to-kicad-convertor-abde0791d0f8af091a1b806cb0cdf1e7dfdc1a93.tar.gz Esim-Pspice-to-kicad-convertor-abde0791d0f8af091a1b806cb0cdf1e7dfdc1a93.tar.bz2 Esim-Pspice-to-kicad-convertor-abde0791d0f8af091a1b806cb0cdf1e7dfdc1a93.zip |
fixed content
-rwxr-xr-x | pspice_to_kicad.module | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/pspice_to_kicad.module b/pspice_to_kicad.module index 07881b9..6389719 100755 --- a/pspice_to_kicad.module +++ b/pspice_to_kicad.module @@ -736,7 +736,7 @@ function pspice_to_kicad_convert_approved() Dear " . $user_data->name . ", -The uploaded PSpice file " . $row->upload_filename . " is successfully converted to Kicad format. This can be used in http://esim.fossee.in . You can download the converted file from http://esim.fossee.in/pspice-to-kicad/download/file/" . $fileid . " +The uploaded PSpice file " . $row->upload_filename . " is successfully converted to Kicad format. This can be used in https://esim.fossee.in . You can download the converted file from https://esim.fossee.in/pspice-to-kicad/download/file/" . $fileid . " Best Wishes,<br> " . variable_get('site_name', '') . " Team,<br> @@ -852,8 +852,7 @@ function pspice_to_kicad_upload_form_validate() } if (!pspice_to_kicad_check_valid_filename($_FILES['files']['name'][$file_form_name])) { - form_set_error($file_form_name, t('Invalid file name specified. No Space are allowed in - a filename.')); + form_set_error($file_form_name, t('Invalid file name specified. No Space are allowed in a filename.')); } } |