Chromium Code Reviews| Index: chrome/browser/resources/apps_debugger/main.html |
| diff --git a/chrome/browser/resources/apps_debugger/main.html b/chrome/browser/resources/apps_debugger/main.html |
| index 85a9e86e8118efa5e1be5c6f24c3c90563514df5..b0910eb06216d67e6365cd5de99d2316d9ffdaa0 100644 |
| --- a/chrome/browser/resources/apps_debugger/main.html |
| +++ b/chrome/browser/resources/apps_debugger/main.html |
| @@ -37,8 +37,8 @@ found in the LICENSE file. |
| i18n-content="appsDevtoolPackButton"></button> |
| <button id = "update-items-now" |
| i18n-content="appsDevtoolUpdateButton"></button> |
| - <input id="search" type="text" placeholder="type to search" |
| - spellcheck="false"> |
| + <input id="search" type="text" |
| + i18n-values=".placeholder:appsDevtoolSearch" spellcheck="false"> |
|
Gaurav
2013/03/26 23:06:43
translation added here.
|
| <hr> |
| </div> |
| <div id="items"></div> |