mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 13:51:41 +00:00
Bug 1262489 - Improve wording of "Show web fonts" setting. r=sebastian
MozReview-Commit-ID: CNcOsT0Zusm --HG-- extra : rebase_source : 3e3a57468d3cc0d26ce43400cc333bd2eedf3123
This commit is contained in:
parent
37e0f76dd7
commit
bc99856818
@ -224,8 +224,8 @@
|
|||||||
<!ENTITY pref_tap_to_load_images_data "Only over Wi-Fi">
|
<!ENTITY pref_tap_to_load_images_data "Only over Wi-Fi">
|
||||||
<!ENTITY pref_tap_to_load_images_disabled2 "Blocked">
|
<!ENTITY pref_tap_to_load_images_disabled2 "Blocked">
|
||||||
|
|
||||||
<!ENTITY pref_show_web_fonts "Show Web fonts">
|
<!ENTITY pref_show_web_fonts "Show web fonts">
|
||||||
<!ENTITY pref_show_web_fonts_summary "Hide to use default fonts and reduce website load times">
|
<!ENTITY pref_show_web_fonts_summary2 "Download remote fonts when loading a page">
|
||||||
|
|
||||||
<!ENTITY pref_tracking_protection_title2 "Tracking Protection">
|
<!ENTITY pref_tracking_protection_title2 "Tracking Protection">
|
||||||
<!ENTITY pref_tracking_protection_summary3 "Enabled in Private Browsing">
|
<!ENTITY pref_tracking_protection_summary3 "Enabled in Private Browsing">
|
||||||
|
@ -38,9 +38,9 @@
|
|||||||
android:entryValues="@array/pref_browser_image_blocking_values"
|
android:entryValues="@array/pref_browser_image_blocking_values"
|
||||||
android:persistent="false" />
|
android:persistent="false" />
|
||||||
|
|
||||||
<CheckBoxPreference android:key="browser.display.use_document_fonts"
|
<SwitchPreference android:key="browser.display.use_document_fonts"
|
||||||
android:title="@string/pref_show_web_fonts"
|
android:title="@string/pref_show_web_fonts"
|
||||||
android:summary="@string/pref_show_web_fonts_summary"/>
|
android:summary="@string/pref_show_web_fonts_summary"/>
|
||||||
|
|
||||||
<ListPreference android:key="plugin.enable"
|
<ListPreference android:key="plugin.enable"
|
||||||
android:title="@string/pref_plugins"
|
android:title="@string/pref_plugins"
|
||||||
|
@ -209,7 +209,7 @@
|
|||||||
<string name="pref_tap_to_load_images_disabled2">&pref_tap_to_load_images_disabled2;</string>
|
<string name="pref_tap_to_load_images_disabled2">&pref_tap_to_load_images_disabled2;</string>
|
||||||
|
|
||||||
<string name="pref_show_web_fonts">&pref_show_web_fonts;</string>
|
<string name="pref_show_web_fonts">&pref_show_web_fonts;</string>
|
||||||
<string name="pref_show_web_fonts_summary">&pref_show_web_fonts_summary;</string>
|
<string name="pref_show_web_fonts_summary">&pref_show_web_fonts_summary2;</string>
|
||||||
|
|
||||||
<string name="pref_tracking_protection_title">&pref_tracking_protection_title2;</string>
|
<string name="pref_tracking_protection_title">&pref_tracking_protection_title2;</string>
|
||||||
<string name="pref_tracking_protection_summary">&pref_tracking_protection_summary3;</string>
|
<string name="pref_tracking_protection_summary">&pref_tracking_protection_summary3;</string>
|
||||||
|
Loading…
Reference in New Issue
Block a user