* fixed some typos

This commit is contained in:
slawkens
2017-10-23 11:37:49 +02:00
parent 28299744c4
commit 25f8028ae3
3 changed files with 4 additions and 4 deletions

View File

@@ -63,7 +63,7 @@ $locale['step_database_error_only_mysql'] = 'This AAC supports only MySQL. From
$locale['step_database_error_table'] = 'Table $TABLE$ doesn\'t exist. Please import your OTS database schema first.';
$locale['step_database_error_table_exist'] = 'Table $TABLE$ already exist. Seems AAC is already installed. Skipping importing MySQL schema..';
$locale['step_database_error_schema'] = 'Error while importing schema:';
$locale['step_database_success_schema'] = 'Succesfully installed $PREFIX$ tables.';
$locale['step_database_success_schema'] = 'Successfully installed $PREFIX$ tables.';
$locale['step_database_error_file'] = '$FILE$ couldn\'t be opened. Please copy this content and paste there:';
$locale['step_database_adding_field'] = 'Adding field';
$locale['step_database_modifying_field'] = 'Modifying field';