www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

updatesOverlay.xul (410B)


      1 <?xml version="1.0"?>
      2 <overlay id="zotero-update"
      3 	xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
      4 	<wizard id="updates">
      5 		<script type="application/javascript" src="chrome://zotero/content/include.js"/>
      6 		<script type="application/javascript">
      7 			document.getElementById("manualUpdateDesc").textContent = Zotero.getString("standalone.updateMessage");
      8 		</script>
      9 	</wizard>
     10 </overlay>