From 62c90ddee584d01c62594738ac83b301cb11b8a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Chapeaux?= Date: Tue, 21 Aug 2001 23:53:40 +0000 Subject: [PATCH] fixed a typo --- lang/english.inc.php3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/english.inc.php3 b/lang/english.inc.php3 index cb6d4f13d..93c6b546e 100644 --- a/lang/english.inc.php3 +++ b/lang/english.inc.php3 @@ -80,7 +80,7 @@ $strDeleteFailed = 'Deleted Failed!'; $strDeletePassword = 'Delete Password'; $strDeleteUserMessage = 'You have deleted the user'; $strDelPassMessage = 'You have deleted the password for'; -$strDescending = 'Desending'; +$strDescending = 'Descending'; $strDisableMagicQuotes = 'Warning: You have enabled magic_quotes_gpc in your PHP configuration. This version of PhpMyAdmin cannot work properly with it. Please have a look at the configuration section of the PHP manual for information on how to disable it.'; $strDisplay = 'Display'; $strDisplayOrder = 'Display order:';