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

Side by Side Diff: components/new_or_sad_tab_strings.grdp

Issue 2534333002: Show 'Send Feedback' button on the sad tab page on multiple failures (Closed)
Patch Set: Created 4 years 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 unified diff | Download patch
OLDNEW
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 <grit-part> 2 <grit-part>
3 3
4 <message name="IDS_DEFAULT_TAB_TITLE" desc="The default title in a tab."> 4 <message name="IDS_DEFAULT_TAB_TITLE" desc="The default title in a tab.">
5 Untitled 5 Untitled
6 </message> 6 </message>
7 7
8 <!-- Sad Tab Strings --> 8 <!-- Sad Tab Strings -->
9 <message name="IDS_SAD_TAB_TITLE" desc="The title of the sad tab page that is shown when a tab crashes. This is intended to be a humorous exclamation of d ismay." formatter_data="android_java"> 9 <message name="IDS_SAD_TAB_TITLE" desc="The title of the sad tab page that is shown when a tab crashes. This is intended to be a humorous exclamation of d ismay." formatter_data="android_java">
10 Aw, Snap! 10 Aw, Snap!
(...skipping 13 matching lines...) Expand all
24 </if> 24 </if>
25 <message name="IDS_SAD_TAB_HELP_MESSAGE" desc="The help message displayed on the sad tab page, with IDS_SAD_TAB_HELP_LINK embedded as a link to help."> 25 <message name="IDS_SAD_TAB_HELP_MESSAGE" desc="The help message displayed on the sad tab page, with IDS_SAD_TAB_HELP_LINK embedded as a link to help.">
26 If you're seeing this frequently, try these <ph name="HELP_LINK">$1<ex>s uggestions</ex></ph>. 26 If you're seeing this frequently, try these <ph name="HELP_LINK">$1<ex>s uggestions</ex></ph>.
27 </message> 27 </message>
28 <message name="IDS_SAD_TAB_HELP_LINK" desc="The link text displayed on the sad tab page pointing the users to a help article."> 28 <message name="IDS_SAD_TAB_HELP_LINK" desc="The link text displayed on the sad tab page pointing the users to a help article.">
29 suggestions 29 suggestions
30 </message> 30 </message>
31 <message name="IDS_SAD_TAB_RELOAD_LABEL" desc="Button label in the sad tab page for reloading a page." formatter_data="android_java"> 31 <message name="IDS_SAD_TAB_RELOAD_LABEL" desc="Button label in the sad tab page for reloading a page." formatter_data="android_java">
32 Reload 32 Reload
33 </message> 33 </message>
34 <message name="IDS_SAD_TAB_SEND_FEEDBACK_LABEL" desc="Button label in the sad tab page for sending feedback. This label replaces the reload button after a crash happens twice" formatter_data="android_java">
Theresa 2016/11/30 19:42:38 nit: "... happens twice in a row."
JJ 2016/11/30 23:55:54 Done.
35 Send Feedback
36 </message>
34 37
35 <!-- New Tab --> 38 <!-- New Tab -->
36 <message name="IDS_NEW_TAB_TITLE" 39 <message name="IDS_NEW_TAB_TITLE"
37 desc="Title of the new tab page, not to be confused with the acti on of opening a new tab."> 40 desc="Title of the new tab page, not to be confused with the acti on of opening a new tab.">
38 New Tab 41 New Tab
39 </message> 42 </message>
40 <if expr="not is_android"> 43 <if expr="not is_android">
41 <message name="IDS_NEW_TAB_OTR_HEADING" 44 <message name="IDS_NEW_TAB_OTR_HEADING"
42 desc="Heading used when a person opens an OTR window"> 45 desc="Heading used when a person opens an OTR window">
43 You’ve gone incognito 46 You’ve gone incognito
(...skipping 10 matching lines...) Expand all
54 desc="OTR window warning message. This follows the IDS_NEW_TAB_ OTR_DESCRIPTION paragraph"> 57 desc="OTR window warning message. This follows the IDS_NEW_TAB_ OTR_DESCRIPTION paragraph">
55 However, you aren’t invisible. Going incognito doesn’t hide your brows ing from your employer, your internet service provider, or the websites you visi t. 58 However, you aren’t invisible. Going incognito doesn’t hide your brows ing from your employer, your internet service provider, or the websites you visi t.
56 </message> 59 </message>
57 </if> 60 </if>
58 <message name="IDS_NEW_TAB_UNDO_THUMBNAIL_REMOVE" 61 <message name="IDS_NEW_TAB_UNDO_THUMBNAIL_REMOVE"
59 desc="Action link text to undo removing a thumbnail from the most visit ed section."> 62 desc="Action link text to undo removing a thumbnail from the most visit ed section.">
60 Undo 63 Undo
61 </message> 64 </message>
62 65
63 </grit-part> 66 </grit-part>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698