diff options
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. |