diff options
author | Phil Sturgeon <email@philsturgeon.co.uk> | 2012-07-12 10:27:48 +0200 |
---|---|---|
committer | Phil Sturgeon <email@philsturgeon.co.uk> | 2012-07-12 10:27:48 +0200 |
commit | 7ac09978c2fb2cae07f6998e245cda3aaa2e1230 (patch) | |
tree | b25918a3efdfcf6077fe0da7525f45ad83682a21 /system/language/english/ftp_lang.php | |
parent | f82914a62a36fcd758efa98deb499d581207b3b8 (diff) | |
parent | 32b1edbe15bb14f1afcffe0b841546eb7cf1dfc8 (diff) |
Merge pull request #1609 from vkeranov/develop
helper fixes and small cleanup
Diffstat (limited to 'system/language/english/ftp_lang.php')
-rw-r--r-- | system/language/english/ftp_lang.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/system/language/english/ftp_lang.php b/system/language/english/ftp_lang.php index d00126b53..6a1f1bc51 100644 --- a/system/language/english/ftp_lang.php +++ b/system/language/english/ftp_lang.php @@ -38,6 +38,5 @@ $lang['ftp_unable_to_rename'] = "Unable to rename the file."; $lang['ftp_unable_to_delete'] = "Unable to delete the file."; $lang['ftp_unable_to_move'] = "Unable to move the file. Please make sure the destination directory exists."; - /* End of file ftp_lang.php */ /* Location: ./system/language/english/ftp_lang.php */
\ No newline at end of file |