Show functional link when creating new table, not to the name of future table.

This commit is contained in:
Michal Čihař
2010-01-22 15:42:36 +00:00
parent ba17e440e0
commit ae03cd3b5f
59 changed files with 125 additions and 2 deletions

View File

@@ -1623,4 +1623,6 @@ $strJavascriptDisabled = 'Javascript support is missing or disabled in your brow
$strSQLExportUTC = 'Export time in UTC'; //to translate
$strShowInsert = 'Show insert query'; //to translate
$strReloadNavi = 'Reload navigation frame'; //to translate
$strNewTable = 'New table'; //to translate
$strCreateNewTableShort = 'Create new table'; //to translate
?>