diff options
author | Rene Ladan <rene@FreeBSD.org> | 2018-02-20 18:51:06 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2018-02-20 18:51:06 +0000 |
commit | 2312775f8ebc90aa20f4e45bd252816e24314844 (patch) | |
tree | 34414a0b8d8a904cd0eb4023b41603862897f7c9 /www/chromium/files/patch-components_autofill_strings.grdp | |
parent | Update to 0.9704. (diff) |
www/chromium: update to 63.0.3239.132
Submitted by: cpm
Obtained from: https://github.com/cpu82/freebsd-chromium
MFH: 2018Q1
Security: https://vuxml.freebsd.org/freebsd/e264e74e-ffe0-11e7-8b91-e8e0b747a45a.html
Security: https://vuxml.freebsd.org/freebsd/1d951e85-ffdb-11e7-8b91-e8e0b747a45a.html
Security: https://vuxml.freebsd.org/freebsd/82894193-ffd4-11e7-8b91-e8e0b747a45a.html
Security: https://vuxml.freebsd.org/freebsd/f8e72cd4-c66a-11e7-bb17-e8e0b747a45a.html
Security: https://vuxml.freebsd.org/freebsd/3cd46257-bbc5-11e7-a3bc-e8e0b747a45a.html
Security: https://vuxml.freebsd.org/freebsd/a692bffe-b6ad-11e7-a1c2-e8e0b747a45a.html
Diffstat (limited to 'www/chromium/files/patch-components_autofill_strings.grdp')
-rw-r--r-- | www/chromium/files/patch-components_autofill_strings.grdp | 19 |
1 files changed, 14 insertions, 5 deletions
diff --git a/www/chromium/files/patch-components_autofill_strings.grdp b/www/chromium/files/patch-components_autofill_strings.grdp index 030ad5c6697a..ff2709b5c30b 100644 --- a/www/chromium/files/patch-components_autofill_strings.grdp +++ b/www/chromium/files/patch-components_autofill_strings.grdp @@ -1,11 +1,20 @@ ---- components/autofill_strings.grdp.orig 2017-08-01 23:47:48.599746000 +0200 -+++ components/autofill_strings.grdp 2017-08-01 23:48:08.253668000 +0200 -@@ -207,7 +207,7 @@ +--- components/autofill_strings.grdp.orig 2017-12-15 02:04:14.000000000 +0100 ++++ components/autofill_strings.grdp 2017-12-24 11:25:08.009423000 +0100 +@@ -216,7 +216,7 @@ Do you want Chromium to save this card? </message> </if> -- <if expr="is_linux and not is_chromeos"> -+ <if expr="is_posix and not is_chromeos"> +- <if expr="is_linux and not chromeos"> ++ <if expr="is_posix and not chromeos"> <then> <message name="IDS_AUTOFILL_SAVE_CARD_PROMPT_TITLE_TO_CLOUD" desc="Title text for the Autofill save card prompt when the card is to be saved by uploading it to Google Payments and also saved locally. The prompt can be either a bubble or an infobar."> Do you want to save this card to your Google Account? +@@ -234,7 +234,7 @@ + <message name="IDS_AUTOFILL_SAVE_CARD_PROMPT_UPLOAD_EXPLANATION" desc="Explanation of the effect of the Autofill save card prompt when the card is to be saved by uploading it to Google Payments and also saved locally. The prompt can be either a bubble or an infobar."> + Pay quickly on sites and apps across devices using cards you have saved with Google. + </message> +- <if expr="is_linux and not chromeos"> ++ <if expr="is_posix and not chromeos"> + <then> + <message name="IDS_AUTOFILL_SAVE_CARD_PROMPT_UPLOAD_EXPLANATION_V2" desc="Explanation of the effect of the Autofill save card prompt when the card is to be saved by uploading it to Google Payments, according to June 2017 UI guidelines. The prompt will be shown in a bubble below the omnibox."> + To pay faster next time, save this card to your Google Account. |