OLD | NEW |
---|---|
(Empty) | |
1 <?xml version="1.0" encoding="utf-8"?> | |
2 <grit-part> | |
3 | |
4 <message name="IDS_SESSION_CRASHED_VIEW_RESTORE_BUTTON" desc="Title of the res tore button in the session crashed view."> | |
5 Restore | |
6 </message> | |
7 <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.
| |
8 <message name="IDS_SESSION_CRASHED_VIEW_MESSAGE" desc="Message shown when th e last session didn't exit cleanly."> | |
9 Chrome didn't shut down correctly. | |
10 </message> | |
11 </if> | |
12 <if expr="not _google_chrome"> | |
13 <message name="IDS_SESSION_CRASHED_VIEW_MESSAGE" desc="Message shown when th e last session didn't exit cleanly."> | |
14 Chromium didn't shut down correctly. | |
15 </message> | |
16 </if> | |
17 | |
18 </grit-part> | |
OLD | NEW |