Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1738)

Unified Diff: chrome/browser/resources/print_tab.html

Issue 155479: Make use of the new Js Template i18n for print domui... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/dom_ui/print_ui.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/print_tab.html
===================================================================
--- chrome/browser/resources/print_tab.html (revision 20596)
+++ chrome/browser/resources/print_tab.html (working copy)
@@ -1,8 +1,8 @@
<!DOCTYPE html>
-<html id="t" >
+<html i18n-values="dir:textdirection">
<head>
<meta charset="utf-8">
- <title jscontent="title"></title>
+ <title i18n-content="title"></title>
<link rel="stylesheet" href="print_tab.css">
</head>
<body>
« no previous file with comments | « chrome/browser/dom_ui/print_ui.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698