diff --git a/lang/english.inc.php3 b/lang/english.inc.php3 index 2b551b6fd..23aefa1cb 100644 --- a/lang/english.inc.php3 +++ b/lang/english.inc.php3 @@ -247,12 +247,13 @@ $strSave = 'Save'; $strSelect = 'Select'; $strSelectFields = 'Select fields (at least one):'; $strSelectNumRows = 'in query'; -$strSend = 'Send'; +$strSend = 'Save as file'; $strSequence = 'Seq.'; $strServerChoice = 'Server Choice'; $strServerVersion = 'Server version'; $strSetEnumVal = 'If field type is "enum" or "set", please enter the values using this format: \'a\',\'b\',\'c\'...
If you ever need to put a backslash ("\") or a single quote ("\'") amongst those values, backslashes it (for example \'\\\\xyz\' or \'a\\\'b\').'; $strShow = 'Show'; +$strShowAll = 'Show all'; $strShowingRecords = 'Showing records '; $strShowPHPInfo = 'Show PHP information'; $strShowThisQuery = ' Show this query here again ';