diff options
Diffstat (limited to 'plugins/LocalFilesEditor/language/cs_CZ')
-rw-r--r-- | plugins/LocalFilesEditor/language/cs_CZ/plugin.lang.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/LocalFilesEditor/language/cs_CZ/plugin.lang.php b/plugins/LocalFilesEditor/language/cs_CZ/plugin.lang.php index 41a917058..32b983955 100644 --- a/plugins/LocalFilesEditor/language/cs_CZ/plugin.lang.php +++ b/plugins/LocalFilesEditor/language/cs_CZ/plugin.lang.php @@ -27,7 +27,7 @@ $lang['locfiledit_onglet_css'] = 'CSS'; $lang['locfiledit_onglet_tpl'] = 'Šablony'; $lang['locfiledit_onglet_lang'] = 'Jazyky'; $lang['locfiledit_onglet_plug'] = 'Vlastní pluginy'; -$lang['locfiledit_cant_save'] = 'Vybraný soubor nelze přepsat.Zkontrolujte jestli je složka "include/" zapisovatelná (chmod).'; +$lang['locfiledit_cant_save'] = 'Vybraný soubor nelze přepsat.Zkontrolujte jestli je složka "local/" zapisovatelná (chmod).'; $lang['locfiledit_newfile'] = 'Soubor neexistuje a bude vytvořen LocalFiles Editorem'; $lang['locfiledit_save_config'] = 'Soubor byl změněn.'; $lang['locfiledit_show_default'] = 'Zobraz referenční soubor: '; |