1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-17 20:01:25 +02:00

English corrections (thanks to crazy1729)

git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@959 7c3ca157-0c34-0410-bff1-cbf682f78f5c
This commit is contained in:
jakubvrana
2009-08-04 08:37:00 +00:00
parent 00f9a7d270
commit 73504b9ecb
17 changed files with 68 additions and 68 deletions

View File

@@ -135,7 +135,7 @@ if (extension_loaded("mysqli")) {
}
} else {
page_header(lang('No MySQL extension'), lang('None of supported PHP extensions (%s) are available.', 'MySQLi, MySQL, PDO_MySQL'), null);
page_header(lang('No MySQL extension'), lang('None of the supported PHP extensions (%s) are available.', 'MySQLi, MySQL, PDO_MySQL'), null);
page_footer("auth");
exit;
}