diff --git a/_admin.php b/_admin.php
index d6cb0ed..2f7cf51 100644
--- a/_admin.php
+++ b/_admin.php
@@ -85,12 +85,12 @@ class tweakStoresBehaviors
if ($core->error->flag()) {
echo '
' . implode(' ', $core->error->getErrors()) . '
';
} else {
- echo '' . __('File successfully write') . '
';
+ echo '' . __('File successfully written') . '
';
}
}
if (count($combo) < 2) {
echo
- '' . __('There are no module to tweak') . '
' .
+ '' . __('There is no module to tweak') . '
' .
'';
return;
@@ -99,13 +99,13 @@ class tweakStoresBehaviors
echo sprintf(
'%s
',
$core->adminurl->get('admin.plugins', ['module' => 'tweakStores', 'conf' => 1, 'redir' => $page_url]),
- __('You must configure zip file pattern to complete xml code automaticaly.')
+ __('You must configure zip file pattern to complete xml code automatically.')
);
} else {
echo
'