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

Unified Diff: chrome/browser/resources/apps_debugger/main.html

Issue 12696006: search box text change in apps_Devtools app. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: comments Created 7 years, 9 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/resources/apps_debugger/js/items_list.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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">
<hr>
</div>
<div id="items"></div>
« no previous file with comments | « chrome/browser/resources/apps_debugger/js/items_list.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698