diff options
author | ddtddt <ddtddt@piwigo.org> | 2010-12-23 18:19:13 +0000 |
---|---|---|
committer | ddtddt <ddtddt@piwigo.org> | 2010-12-23 18:19:13 +0000 |
commit | b1ca1752cf3e959be056097f24fcd31e59f58e2b (patch) | |
tree | d00976dfdde962526a712ad4868da329ead3944e /plugins/LocalFilesEditor/language/en_UK | |
parent | 90e71b41b8cd44a2b32c4cac7fae8c764626a58d (diff) |
[trunk] - language - step2 for 2.2
git-svn-id: http://piwigo.org/svn/trunk@8258 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'plugins/LocalFilesEditor/language/en_UK')
-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.'; |