diff options
author | ddtddt <ddtddt@piwigo.org> | 2010-11-13 08:03:07 +0000 |
---|---|---|
committer | ddtddt <ddtddt@piwigo.org> | 2010-11-13 08:03:07 +0000 |
commit | f2b72fa384b9f3a9303a37d11923a006c9fab248 (patch) | |
tree | b081c1694dc86db1570822ae18949a4c91105a41 | |
parent | 818fa1b7acf3f5ce1d67a95f60e8a880d5688cd2 (diff) |
[Branche 2.1] - LocalFilesEditor - update EN thanks to yuragal
git-svn-id: http://piwigo.org/svn/branches/2.1@7758 68402e56-0260-453c-a942-63ccdbb3a9ee
-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.'; |