Chromium Code Reviews| 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..d90be4ce5449f9c5d00b210fd3034d2f9789b220 100644 |
| --- a/chrome/app/google_chrome_strings.grd |
| +++ b/chrome/app/google_chrome_strings.grd |
| @@ -565,6 +565,13 @@ 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="pp_ifdef('android')"> |
| + <message 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/24 21:37:04
for now, you can put translateable="false"
Ted C
2012/07/24 23:54:47
Done.
|
| + Summary of memory used by Google Chrome. Since Google Chrome uses multiple processes, memory reflects aggregate memory used across all browser processes.<ph name="BEGIN_PARAGRAPH"><p></ph>For Google Chrome, processes used to display diagnostics information (such as this "about:memory") are excluded.<ph name="END_PARAGRAPH"></p></ph> |
|
Evan Stade
2012/07/24 21:37:04
instead of cooking html into the grd, I think it's
Ted C
2012/07/24 23:54:47
Done.
|
| + </message> |
| + </if> |
| + |
| <!-- About Chrome page --> |
| <if expr="not pp_ifdef('chromeos')"> |
| <message name="IDS_UPGRADE_SUCCESSFUL" desc="Status label: Successfully upgraded Google Chrome"> |