diff --git a/lang/english.inc.php3 b/lang/english.inc.php3 index 2083048fd..59f934bee 100644 --- a/lang/english.inc.php3 +++ b/lang/english.inc.php3 @@ -59,7 +59,7 @@ $strColumnEmpty = 'The columns names are empty!'; $strColumnNames = 'Column names'; $strCompleteInserts = 'Complete inserts'; $strConfirm = 'Do you really want to do it?'; -$strCopyTable = 'Copy table to:'; +$strCopyTable = 'Copy table to'; $strCopyTableOK = 'Table %s has been copied to %s.'; $strCreate = 'Create'; $strCreateNewDatabase = 'Create new database'; @@ -166,8 +166,8 @@ $strName = 'Name'; $strNbRecords = 'No. Of records'; $strNext = 'Next'; $strNo = 'No'; -$strNoDropDatabases = '"DROP DATABASE" statements are disabled.'; $strNoDatabases = 'No databases'; +$strNoDropDatabases = '"DROP DATABASE" statements are disabled.'; $strNoModification = 'No change'; $strNoPassword = 'No Password'; $strNoPrivileges = 'No Privileges'; @@ -190,8 +190,8 @@ $strOverhead = 'Overhead'; $strPassword = 'Password'; $strPasswordEmpty = 'The password is empty!'; $strPasswordNotSame = 'The passwords aren\'t the same!'; -$strPmaDocumentation = 'phpMyAdmin Documentation'; $strPHPVersion = 'PHP Version'; +$strPmaDocumentation = 'phpMyAdmin documentation'; $strPos1 = 'Begin'; $strPrevious = 'Previous'; $strPrimary = 'Primary';