[livejournal] r17805: LJSUP-7440. Rename this button to "Load"

Committer: gprochaev
LJSUP-7440. Rename this button to "Load"

U   trunk/htdocs/admin/browse/load_all_structure.bml
Modified: trunk/htdocs/admin/browse/load_all_structure.bml
===================================================================
--- trunk/htdocs/admin/browse/load_all_structure.bml	2010-11-26 08:31:18 UTC (rev 17804)
+++ trunk/htdocs/admin/browse/load_all_structure.bml	2010-11-26 09:05:45 UTC (rev 17805)
@@ -115,7 +115,7 @@
     $ret .= LJ::form_auth();
 
     $ret .= "<p><input type='file' name='all_structure'></p>";
-    $ret .= "<p><br/><input type='submit' name='load' onclick='this.parentNode.insertBefore( document.createTextNode(\" Loading...\"), this.nextSibling);' value='Yes, I want to load'></p>";
+    $ret .= "<p><br/><input type='submit' name='load' onclick='this.parentNode.insertBefore( document.createTextNode(\" Loading...\"), this.nextSibling);' value='Load'></p>";
 
     $ret .= "</form>";
     $ret .= "<p><a href='/admin/browse/'>Back to main page</a></p>";