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

Unified Diff: ui/accessibility/extensions/highcontrast/popup.html

Issue 610453002: Move accessibility extension translations to grd file. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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
Index: ui/accessibility/extensions/highcontrast/popup.html
diff --git a/ui/accessibility/extensions/highcontrast/popup.html b/ui/accessibility/extensions/highcontrast/popup.html
index 6b60d1c00aa649f74d04fa991b3a5d0f3d12f3bf..e3e58d9863c73c46ffc0363872a2ea4b7977365c 100644
--- a/ui/accessibility/extensions/highcontrast/popup.html
+++ b/ui/accessibility/extensions/highcontrast/popup.html
@@ -1,7 +1,6 @@
<!doctype html>
<html>
<head>
-<title>High Contrast Pop-up</title>
<link rel="stylesheet" type="text/css" href="highcontrast.css">
<style type="text/css">
html {
@@ -63,7 +62,7 @@ input[type="radio"] {
</head>
<body>
-<h2 id="title" tabIndex="0"></h2>
+<h2 id="title"></h2>
<button id="toggle"></button>
@@ -73,11 +72,11 @@ input[type="radio"] {
<legend id="scheme_title"></legend>
<label>
<input type="radio" name="scheme" value="0">
- Normal
+ <span i18n-content="normal"></span>
</label>
<label>
<input type="radio" name="scheme" value="1">
- Increased Contrast
+ <span i18n-content="increased_contrast"><span>Increased Contrast
</label>
<label>
<input type="radio" name="scheme" value="2">
« no previous file with comments | « ui/accessibility/extensions/highcontrast/manifest.json ('k') | ui/accessibility/extensions/highcontrast/popup.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698