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

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: 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 | « no previous file | 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..128c04759369976062c33b5f414e5ba377986bf8 100644
--- a/chrome/browser/resources/apps_debugger/main.html
+++ b/chrome/browser/resources/apps_debugger/main.html
@@ -37,7 +37,7 @@ 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"
+ <input id="search" type="text" placeholder="search"
Dan Beam 2013/03/18 23:17:07 where is the translation here? this should be i18
Dan Beam 2013/03/20 19:05:55 ping
spellcheck="false">
<hr>
</div>
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698