Index: chrome/app/generated_resources.grd |
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd |
index 90ae5e5d117cf0a04bea0686ed382096a074e65e..359637b13b004ed3c09bfe3e46835565fd2f766e 100644 |
--- a/chrome/app/generated_resources.grd |
+++ b/chrome/app/generated_resources.grd |
@@ -3418,8 +3418,8 @@ Even if you have downloaded files from this website before, the website might ha |
<message name="IDS_TASK_MANAGER_CACHE_SIZE_CELL_TEXT" desc="The value displayed in the cache size cells."> |
<ph name="NUM_KILOBYTES">$1<ex>5,000</ex></ph>K (<ph name="NUM_KILOBYTES_LIVE">$2<ex>5,000</ex></ph>K live) |
</message> |
- <message name="IDS_TASK_MANAGER_NA_CELL_TEXT" desc="The value displayed for network / webcache usage when the information is not available (Not Applicable)."> |
- N/A |
+ <message name="IDS_TASK_MANAGER_NA_CELL_TEXT" desc="The value displayed for network / webcache usage when the information is not available."> |
afakhry
2016/07/26 22:55:15
This is needed for the new task manager view. See:
ncarter (slow)
2016/07/26 23:18:22
Are we sure that there's no need to localize "-" ?
Wez
2016/08/01 22:12:27
It's not clear to me why the current impl localize
|
+ - |
</message> |
<message name="IDS_TASK_MANAGER_BACKGROUNDED_TEXT" desc="The value displayed for a process with backgrounded priority"> |
Low |