Chromium Code Reviews| Index: components/crash_strings.grdp |
| diff --git a/components/crash_strings.grdp b/components/crash_strings.grdp |
| index 4e1d6c56e011649845445925576b7aaf4ca5f4e3..145b6fe54b924a62d3626095ee3884b2c1c9817e 100644 |
| --- a/components/crash_strings.grdp |
| +++ b/components/crash_strings.grdp |
| @@ -13,11 +13,11 @@ |
| <message name="IDS_CRASH_CRASH_HEADER_FORMAT_LOCAL_ONLY" desc="Format for crash entry headings on chrome://crashes that have not been uploaded"> |
| Crash ID <ph name="CRASH_LOCAL_ID">$1<ex>123456-789789</ex></ph> |
| </message> |
| - <message name="IDS_CRASH_UPLOAD_TIME_FORMAT" desc="Format for crash entry upload time on chrome://crashes"> |
| - Crash reported on <ph name="UPLOAD_TIME">$1<ex>Tuesday, January 25, 2011 2:58:02 PM</ex></ph> |
| + <message name="IDS_CRASH_UPLOAD_TIME_FORMAT" desc="Format for crash report upload time displayed on chrome://crashes"> |
| + Crash report uploaded on <ph name="UPLOAD_TIME">$1<ex>Tuesday, January 25, 2011 2:58:02 PM</ex></ph> |
| </message> |
| - <message name="IDS_CRASH_CAPTURE_AND_UPLOAD_TIME_FORMAT" desc="Format for crash capture time, and its upload time, on chrome://crashes"> |
| - Crash report captured on <ph name="CRASH_TIME">$1<ex>Tuesday, January 25, 2011 2:58:02 PM</ex></ph>, reported on <ph name="UPLOAD_TIME">$2<ex>Tuesday, January 25, 2011 2:58:02 PM</ex></ph> |
| + <message name="IDS_CRASH_CAPTURE_AND_UPLOAD_TIME_FORMAT" desc="Format for the time & date at which the crash report was captured, and subsequently uploaded, to display on chrome://crashes"> |
|
Robert Sesek
2017/01/13 22:56:00
I bet the errors don't like this unescaped ampersa
Wez
2017/01/14 00:01:31
I think I'd lose that bet; nice catch.
|
| + Crash report captured on <ph name="CRASH_TIME">$1<ex>Tuesday, January 25, 2011 2:58:02 PM</ex></ph>, uploaded on <ph name="UPLOAD_TIME">$2<ex>Tuesday, January 25, 2011 2:58:02 PM</ex></ph> |
| </message> |
| <message name="IDS_CRASH_CRASH_NOT_UPLOADED" desc="Format for crash entry occurrence on chrome://crashes that was not uploaded to the server"> |
| Crash report captured on <ph name="CRASH_TIME">$1<ex>Tuesday, January 25, 2011 2:58:02 PM</ex></ph> was not uploaded |