Chromium Code Reviews| Index: chrome/browser/resources/feedback.html |
| diff --git a/chrome/browser/resources/feedback.html b/chrome/browser/resources/feedback.html |
| index ca55fc864ece17e6d326bd402eb16a009293bc6b..4956a3be0480aba203be6534f0035c857d94f652 100644 |
| --- a/chrome/browser/resources/feedback.html |
| +++ b/chrome/browser/resources/feedback.html |
| @@ -14,9 +14,12 @@ |
| </head> |
| <body id="feedback-page" |
| i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize"> |
| - <h1 i18n-content="title"></h1> |
| + <h1 id="title" i18n-content="title"></h1> |
| + <h1 id="launcher-title" i18n-content="launcher-title" hidden></h1> |
|
Dan Beam
2013/03/15 15:29:51
this should probably be `i18n-content="launcherTit
rkc
2013/03/15 16:58:40
Since the rest of this file follows the word1-word
Dan Beam
2013/03/15 17:20:42
yes, it's fine to be locally consistent where it m
benwells
2013/03/18 05:21:19
OK, left as is for local consistency.
|
| <div id="content"> |
| <span id="description" colspan="2" i18n-content="description"></span> |
| + <span id="launcher-description" colspan="2" |
| + i18n-content="launcher-description" hidden></span> |
|
Dan Beam
2013/03/15 15:29:51
and i18n-content="launcherDescription"
|
| <textarea id="description-text" rows="10"></textarea> |
| <div id="page-url" class="input-text-container checkbox"> |
| <label> |