This commit is contained in:
Marc Delisle 2001-12-14 13:23:42 +00:00
parent 6a5b193703
commit c2b829c7ff
2 changed files with 4 additions and 1 deletions

View File

@ -5,6 +5,9 @@ phpMyAdmin - Changelog
$Id$
$Source$
2001-12-14 Marc Delisle <lem9@users.sourceforge.net>
* libraries/auth/cookies.auth.lib.php3, use $strGo
2001-12-13 Loïc Chapeaux <lolo@phpheaven.net>
* tbl_qbe.php3; lang/*: changed $strQueryOnDb.
* lang/italian.inc.php3: updated thanks to Pietro Danesi.

View File

@ -116,7 +116,7 @@ h1 {font-family: <?php echo $right_font_family; ?>; font-size: <?php echo
} // end while
?>
</select>
<input type="submit" value="Go" />
<input type="submit" value="<?php echo $GLOBALS['strGo']; ?>" />
</form>
<br />
<?php