Index: components/sessions_strings.grdp |
diff --git a/components/sessions_strings.grdp b/components/sessions_strings.grdp |
new file mode 100644 |
index 0000000000000000000000000000000000000000..665d5e31b5d4cf2d958ce60630e9126670fa450f |
--- /dev/null |
+++ b/components/sessions_strings.grdp |
@@ -0,0 +1,18 @@ |
+<?xml version="1.0" encoding="utf-8"?> |
+<grit-part> |
+ |
+ <message name="IDS_SESSION_CRASHED_VIEW_RESTORE_BUTTON" desc="Title of the restore button in the session crashed view."> |
+ Restore |
+ </message> |
+ <if expr="_google_chrome"> |
Peter Kasting
2016/02/17 22:14:20
Is this the pattern we've been using elsewhere? I
sdefresne
2016/02/18 09:34:22
Actually, components strings currently uses both.
|
+ <message name="IDS_SESSION_CRASHED_VIEW_MESSAGE" desc="Message shown when the last session didn't exit cleanly."> |
+ Chrome didn't shut down correctly. |
+ </message> |
+ </if> |
+ <if expr="not _google_chrome"> |
+ <message name="IDS_SESSION_CRASHED_VIEW_MESSAGE" desc="Message shown when the last session didn't exit cleanly."> |
+ Chromium didn't shut down correctly. |
+ </message> |
+ </if> |
+ |
+</grit-part> |