diff options
Diffstat (limited to 'chrome/browser/resources/downloads.html')
-rw-r--r-- | chrome/browser/resources/downloads.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/chrome/browser/resources/downloads.html b/chrome/browser/resources/downloads.html index d2daeec..1616491 100644 --- a/chrome/browser/resources/downloads.html +++ b/chrome/browser/resources/downloads.html @@ -1,8 +1,8 @@ <!DOCTYPE HTML> -<html id="t" jsvalues="dir:textdirection;"> +<html i18n-values="dir:textdirection;"> <head> <meta charset="utf-8"> -<title jscontent="title"></title> +<title i18n-content="title"></title> <link rel="icon" href="../../app/theme/downloads_favicon.png"> <style> body { @@ -683,7 +683,7 @@ function downloadUpdated(results) { </script> </head> -<body onload="load();" jsvalues=".style.fontFamily:fontfamily;.style.fontSize:fontsize"> +<body onload="load();" i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize"> <div class="header"> <a href="" onclick="setSearch(''); return false;"> <img src="../../app/theme/downloads_section.png" @@ -692,13 +692,13 @@ function downloadUpdated(results) { onsubmit="setSearch(this.term.value); return false;" class="form"> <input type="text" name="term" id="term" /> - <input type="submit" name="submit" jsvalues="value:searchbutton" /> + <input type="submit" name="submit" i18n-values="value:searchbutton" /> </form> </div> <div class="main"> <div id="downloads-summary"> - <span id="downloads-summary-text" jscontent="downloads">Downloads</span> - <a id="clear-all" href="" onclick="clearAll();" jscontent="clear_all">Clear All</a> + <span id="downloads-summary-text" i18n-content="downloads">Downloads</span> + <a id="clear-all" href="" onclick="clearAll();" i18n-content="clear_all">Clear All</a> </div> <div id="downloads-display"></div> </div> |