Fix typo.

This commit is contained in:
Michal Čihař
2010-11-01 14:57:05 +01:00
parent 7cac397c89
commit d5bd22df76
64 changed files with 127 additions and 127 deletions

View File

@@ -276,7 +276,7 @@ if ($gc_time < $GLOBALS['cfg']['LoginCookieValidity'] ) {
* Check whether LoginCookieValidity is limited by LoginCookieStore.
*/
if ($GLOBALS['cfg']['LoginCookieStore'] != 0 && $GLOBALS['cfg']['LoginCookieStore'] < $GLOBALS['cfg']['LoginCookieValidity']) {
trigger_error(PMA_Message::decodeBB(__('Login cookie store is lower that cookie validity configured in phpMyAdmin, because of this, your login will expire sooner than configured in phpMyAdmin.')), E_USER_WARNING);
trigger_error(PMA_Message::decodeBB(__('Login cookie store is lower than cookie validity configured in phpMyAdmin, because of this, your login will expire sooner than configured in phpMyAdmin.')), E_USER_WARNING);
}
/**