make submit button label a little more on topic. I'd also like to change reset to...
authorxzilla <xzilla>
Wed, 4 Jun 2003 13:31:16 +0000 (13:31 +0000)
committerxzilla <xzilla>
Wed, 4 Jun 2003 13:31:16 +0000 (13:31 +0000)
all_db.php

index c468f129a86fed17b9501ddee1a33eae46436590..191c8b3b0993e587583220ca1138f54eac22f0d2 100644 (file)
@@ -3,7 +3,7 @@
        /**
         * Manage databases within a server
         *
-        * $Id: all_db.php,v 1.14 2003/05/23 06:11:06 chriskl Exp $
+        * $Id: all_db.php,v 1.15 2003/06/04 13:31:16 xzilla Exp $
         */
 
        // Include application functions
@@ -74,7 +74,7 @@
                echo "</td></tr>\n";
                echo "</table>\n";
                echo "<input type=\"hidden\" name=\"action\" value=\"save_create\" />\n";
-               echo "<input type=\"submit\" value=\"{$lang['strsave']}\" />\n";
+               echo "<input type=\"submit\" value=\"{$lang['strcreate']}\" />\n";
                echo "<input type=\"reset\" value=\"{$lang['strreset']}\" />\n";
                echo "</form>\n";