Fixed typo in language files. Thanx to John, see #13.

This commit is contained in:
Boris Gulay
2016-10-18 22:07:21 +03:00
parent 17044fe501
commit c76942a6cd
4 changed files with 8 additions and 8 deletions

View File

@@ -25,7 +25,7 @@ $labels['form.port']='Port';
// Username
$labels['form.username'] = 'Username';
// Passwotrd
// Password
$labels['form.password'] = 'Password';
// Folder hierarchy delimiter
@@ -47,4 +47,4 @@ $labels['err.delim.long'] = 'Value in \'Folder hierarchy delimiter\' field of IM
$labels['err.port.num'] = 'Value in \'Port\' field of IMAP section must be a number.';
// Value in \'Port\' field of IMAP section must be between 1 and 65535.
$labels['err.port.rtange'] = 'Value in \'Port\' field of IMAP section must be between 1 and 65535.';
$labels['err.port.range'] = 'Value in \'Port\' field of IMAP section must be between 1 and 65535.';