fixed a typo

This commit is contained in:
Loïc Chapeaux
2001-08-21 23:53:40 +00:00
parent dfc959fe83
commit 62c90ddee5

View File

@@ -80,7 +80,7 @@ $strDeleteFailed = 'Deleted Failed!';
$strDeletePassword = 'Delete Password'; $strDeletePassword = 'Delete Password';
$strDeleteUserMessage = 'You have deleted the user'; $strDeleteUserMessage = 'You have deleted the user';
$strDelPassMessage = 'You have deleted the password for'; $strDelPassMessage = 'You have deleted the password for';
$strDescending = 'Desending'; $strDescending = 'Descending';
$strDisableMagicQuotes = '<b>Warning:</b> 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.'; $strDisableMagicQuotes = '<b>Warning:</b> 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'; $strDisplay = 'Display';
$strDisplayOrder = 'Display order:'; $strDisplayOrder = 'Display order:';