Index: chrome/app/google_chrome_strings.grd |
diff --git a/chrome/app/google_chrome_strings.grd b/chrome/app/google_chrome_strings.grd |
index 3b8f7ab29ab13f4f982319d0facb60fea69bab43..e96119bf7de03d80edf1978de984ea7042980368 100644 |
--- a/chrome/app/google_chrome_strings.grd |
+++ b/chrome/app/google_chrome_strings.grd |
@@ -565,6 +565,22 @@ Google Chrome is unable to recover your settings. |
Google Chrome is no longer updating because your operating system is obsolete. |
</message> |
+ <!-- about:memory --> |
+ <if expr="not pp_ifdef('android')"> |
+ <message translateable="false" name="IDS_MEMORY_USAGE_SUMMARY_DESC" desc="Describes the browser summary table in the about memory page, which shows memory usage for Google Chrome and any other active browsers."> |
+Summary of memory used by currently active browsers. For browsers which use multiple processes, memory reflects aggregate memory used across all browser processes. |
+ |
+For Google Chrome, processes used to display diagnostics information (such as this "about:memory") are excluded. |
+ </message> |
+ </if> |
+ <if expr="pp_ifdef('android')"> |
+ <message translateable="false" name="IDS_MEMORY_USAGE_SUMMARY_DESC" desc="Describes the browser summary table in the about memory page, which shows memory usage for Google Chrome."> |
Evan Stade
2012/07/26 04:01:19
nit: put translateable at the end of the attribute
Ted C
2012/07/26 19:01:04
Done.
|
+Summary of memory used by Google Chrome. Since Google Chrome uses multiple processes, memory reflects aggregate memory used across all browser processes. |
+ |
+For Google Chrome, processes used to display diagnostics information (such as this "about:memory") are excluded. |
+ </message> |
+ </if> |
+ |
<!-- About Chrome page --> |
<if expr="not pp_ifdef('chromeos')"> |
<message name="IDS_UPGRADE_SUCCESSFUL" desc="Status label: Successfully upgraded Google Chrome"> |