strGo
This commit is contained in:
parent
6a5b193703
commit
c2b829c7ff
@ -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.
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user