Chromium Code Reviews| Index: chrome/app/generated_resources.grd |
| diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd |
| index 9ea86ae104896e60939423d78bf63a648abf91c8..56f1380cf481a6659abfcedefe9ae44477517ff2 100644 |
| --- a/chrome/app/generated_resources.grd |
| +++ b/chrome/app/generated_resources.grd |
| @@ -11088,10 +11088,15 @@ Some features may be unavailable. Please check that the profile exists and you |
| </message> |
| </if> |
| - <message name="IDS_SET_AS_DEFAULT_INFOBAR_BUTTON_LABEL" desc="The label of the 'set as default' button on the default browser infobar."> |
| + <message name="IDS_DEFAULT_BROWSER_INFOBAR_OK_BUTTON_LABEL" desc="The label of the 'set as default' button on the default browser infobar."> |
| Set as default |
| </message> |
| - <message name="IDS_DONT_ASK_AGAIN_INFOBAR_BUTTON_LABEL" desc="The label of the 'don't ask again' button on the default browser infobar."> |
| + <if expr="is_win"> |
| + <message name="IDS_DEFAULT_BROWSER_INFOBAR_OK_BUTTON_LABEL_WIN_10" desc="The label of the 'open settings' button on the default browser infobar for Windows 10 and newer. Pressing this button opens the Windows "Settings" application to the "Choose default apps" page."> |
| + Set as default |
|
msw
2016/04/11 21:54:27
Do we plan to actually include a unique string her
grt (UTC plus 2)
2016/04/12 13:14:45
Not yet. We will use a field trial to supply a Win
msw
2016/04/12 16:40:43
Hopefully we'll do that soon, otherwise it'd be be
|
| + </message> |
| + </if> |
| + <message name="IDS_DEFAULT_BROWSER_INFOBAR_CANCEL_BUTTON_LABEL" desc="The label of the 'don't ask again' button on the default browser infobar."> |
| Don't ask again |
| </message> |