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

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

Issue 7608028: WebUI TaskManager: omit an useless ampersand. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 4 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/app/generated_resources.grd ('k') | chrome/browser/ui/webui/task_manager_ui.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/task_manager/main.html
diff --git a/chrome/browser/resources/task_manager/main.html b/chrome/browser/resources/task_manager/main.html
index 3778cfe8100f3e4eacc21aa8eb74aa879c616320..d0a15fc0efaf06ef42c4dfa26bf611d765165b2d 100644
--- a/chrome/browser/resources/task_manager/main.html
+++ b/chrome/browser/resources/task_manager/main.html
@@ -26,7 +26,7 @@
<a href="#" id="about-memory-link" i18n-content="ABOUT_MEMORY_LINK"></a>
</div>
<div class="footer-right-container">
- <button id="kill-process" i18n-content="KILL"></button>
+ <button id="kill-process" i18n-content="KILL_CHROMEOS"></button>
<button id="close-window" i18n-content="CLOSE_WINDOW"></button>
</div>
</div>
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/ui/webui/task_manager_ui.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698