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

Unified Diff: components/crash_strings.grdp

Issue 2622363006: Revert of Fix Incorrect date/time info under chrome://crashes. (Closed)
Patch Set: Created 3 years, 11 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 | « components/crash/core/browser/resources/crashes.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/crash_strings.grdp
diff --git a/components/crash_strings.grdp b/components/crash_strings.grdp
index 40eb3d20e0bb66fa66d3e4c3ae9ac618d0a452d7..38779378e4c294e6d29599507000afc5f9fbb8c5 100644
--- a/components/crash_strings.grdp
+++ b/components/crash_strings.grdp
@@ -13,11 +13,8 @@
<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_CRASH_TIME_FORMAT" desc="Format for crash entry upload time on chrome://crashes">
- Automatically reported <ph name="CRASH_TIME">$1<ex>Tuesday, January 25, 2011 2:58:02 PM</ex></ph>
- </message>
- <message name="IDS_CRASH_CRASH_AND_UPLOAD_TIME_FORMAT" desc="Format for crash entry occurrence 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_CRASH_TIME_FORMAT" desc="Format for crash entry occurrence 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="CRASH_TIME">$1<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
« no previous file with comments | « components/crash/core/browser/resources/crashes.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698