diff options
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/LocalFilesEditor/language/en_UK/plugin.lang.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/LocalFilesEditor/language/en_UK/plugin.lang.php b/plugins/LocalFilesEditor/language/en_UK/plugin.lang.php index 8217adbfe..6b23de318 100644 --- a/plugins/LocalFilesEditor/language/en_UK/plugin.lang.php +++ b/plugins/LocalFilesEditor/language/en_UK/plugin.lang.php @@ -26,8 +26,8 @@ $lang['locfiledit_onglet_css'] = 'CSS'; $lang['locfiledit_onglet_tpl'] = 'Templates'; $lang['locfiledit_onglet_lang'] = 'Languages'; $lang['locfiledit_onglet_plug'] = 'Personal Plugin'; -$lang['locfiledit_cant_save'] = 'Current file isn\'t writeable. Check if a directory "local/" is writeable (chmod).'; -$lang['locfiledit_newfile'] = ' The file does not exist until some information is entered +$lang['locfiledit_cant_save'] = 'Current file isn\'t writeable. Check if directory "local/" is writeable (chmod).'; +$lang['locfiledit_newfile'] = 'The file does not exist until some information is entered below. Once information is entered and saved, the file will be created.'; $lang['locfiledit_save_config'] = 'File written successfully.'; $lang['locfiledit_show_default'] = 'Display reference file: '; |