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

Unified Diff: chrome/app/generated_resources.grd

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 | « no previous file | chrome/browser/resources/task_manager/main.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/generated_resources.grd
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index 98e5e3c88189123d2e24c7fef85f1d0fe9d27ab8..25af977e93486ef7c8c402fed0dea28ae20a2efa 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -3553,6 +3553,9 @@ are declared in build/common.gypi.
<message name="IDS_TASK_MANAGER_KILL" desc="The caption of the Task Manager kill button">
&amp;End process
</message>
+ <message name="IDS_TASK_MANAGER_KILL_CHROMEOS" desc="The caption of the Task Manager kill button in WebUI">
+ End process
+ </message>
<message name="IDS_TASK_MANAGER_PURGE_MEMORY" desc="The caption of the Task Manager purge memory button">
Purge memory
</message>
« no previous file with comments | « no previous file | chrome/browser/resources/task_manager/main.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698