aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorflop25 <flop25@piwigo.org>2013-02-19 15:03:27 +0000
committerflop25 <flop25@piwigo.org>2013-02-19 15:03:27 +0000
commit3d15581d15331e11d45426fdac09200637ab016a (patch)
tree95c3c673d9467de77b23e6b9b340c632c77ad27d /plugins
parent6c4eac353d4fbcbd0f16fa081cd64f4eeaff3064 (diff)
better explanation less confusing
http://piwigo.org/forum/viewtopic.php?id=20703 git-svn-id: http://piwigo.org/svn/trunk@20853 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'plugins')
-rw-r--r--plugins/LocalFilesEditor/language/en_UK/plugin.lang.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/LocalFilesEditor/language/en_UK/plugin.lang.php b/plugins/LocalFilesEditor/language/en_UK/plugin.lang.php
index 39d7c030a..8217adbfe 100644
--- a/plugins/LocalFilesEditor/language/en_UK/plugin.lang.php
+++ b/plugins/LocalFilesEditor/language/en_UK/plugin.lang.php
@@ -27,7 +27,8 @@ $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'] = 'File does not exist and will be created by LocalFiles Editor';
+$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: ';
$lang['locfiledit_save_bak'] = 'Backup copy will be created on save.';