diff options
Diffstat (limited to 'plugins/LocalFilesEditor/language/en_UK/plugin.lang.php')
-rw-r--r-- | plugins/LocalFilesEditor/language/en_UK/plugin.lang.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/LocalFilesEditor/language/en_UK/plugin.lang.php b/plugins/LocalFilesEditor/language/en_UK/plugin.lang.php index 680008fd9..65601e5b9 100644 --- a/plugins/LocalFilesEditor/language/en_UK/plugin.lang.php +++ b/plugins/LocalFilesEditor/language/en_UK/plugin.lang.php @@ -48,7 +48,7 @@ $lang['locfiledit_new_filename'] = 'File name'; $lang['locfiledit_model'] = 'Model'; $lang['locfiledit_empty_page'] = 'Empty page'; $lang['locfiledit_parent_directory'] = 'Parent directory'; -$lang['locfiledit_filename_error'] = 'Forbidden caraters in file name.'; +$lang['locfiledit_filename_error'] = 'Forbidden characters in file name.'; $lang['locfiledit_file_already_exists'] = 'File already exists.'; $lang['locfiledit_model_error'] = 'You must choose a model.'; $lang['locfiledit_empty_filename'] = 'You must fill file name.'; |