Update Add-option-to-not-persist-tabs-across-sessions.patch

This commit is contained in:
edentw 2019-05-15 10:36:37 +08:00 committed by GitHub
parent ed48c3bcc2
commit a5cf9a502d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -110,16 +110,16 @@ diff --git a/chrome/android/java/strings/android_chrome_strings.grd b/chrome/and
+++ b/chrome/android/java/strings/android_chrome_strings.grd
@@ -3874,6 +3874,12 @@ To change this setting, <ph name="BEGIN_LINK">&lt;resetlink&gt;</ph>reset sync<p
<message name="IDS_CONTEXTMENU_IMAGE_TITLE" desc="The title of a context menu tab when the item pressed contains more than one type. This indicates that all the actions are related to the image.">
IMAGE
圖片
</message>
+ <message name="IDS_CLOSE_TABS_ON_EXIT_TITLE" desc="Text for 'Close tabs on exit' settings-privacy option.">
+ Close all open tabs on exit
+ 離開時關閉分頁
+ </message>
+ <message name="IDS_CLOSE_TABS_ON_EXIT_SUMMARY" desc="Summary text for 'Close tabs on exit' settings-privacy option.">
+ Don't persist tabs between browsing sessions
+ 不要在瀏覽階段作業之間保存分頁
+ </message>
<message name="IDS_CONTEXTMENU_LINK_TITLE" desc="The title of a context menu tab when the item pressed contains more than one type. This indicates that all the actions are related to the link.">
LINK
連結
</message>
--
2.11.0