зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1210129 - Change copy in click-to-play images to specify long press to show images r=antlam
--HG-- extra : transplant_source : %CE%FF%C1%5C%3E%1C2%80%FD%B0c%5BMi%FD%8C%EF%87x%01
This commit is contained in:
Родитель
3cfdddf416
Коммит
47a4b2c778
|
@ -218,7 +218,7 @@
|
|||
<!ENTITY pref_cookies_disabled "Disabled">
|
||||
|
||||
<!ENTITY pref_tap_to_load_images_title "Tap-to-load images">
|
||||
<!ENTITY pref_tap_to_load_images_summary "Load images only when you tap on them">
|
||||
<!ENTITY pref_tap_to_load_images_summary2 "Load images only when you long press them">
|
||||
|
||||
<!ENTITY pref_tracking_protection_title "Tracking protection">
|
||||
<!ENTITY pref_tracking_protection_summary3 "Enabled in Private Browsing">
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
|
||||
<CheckBoxPreference android:key="browser.image_blocking.enabled"
|
||||
android:title="@string/pref_tap_to_load_images_title"
|
||||
android:summary="@string/pref_tap_to_load_images_summary"
|
||||
android:summary="@string/pref_tap_to_load_images_summary2"
|
||||
android:defaultValue="false"/>
|
||||
|
||||
<CheckBoxPreference android:key="android.not_a_preference.tab_queue"
|
||||
|
|
|
@ -40,7 +40,7 @@
|
|||
|
||||
<CheckBoxPreference android:key="browser.image_blocking.enabled"
|
||||
android:title="@string/pref_tap_to_load_images_title"
|
||||
android:summary="@string/pref_tap_to_load_images_summary"
|
||||
android:summary="@string/pref_tap_to_load_images_summary2"
|
||||
android:defaultValue="false"/>
|
||||
|
||||
<CheckBoxPreference android:key="android.not_a_preference.tab_queue"
|
||||
|
|
|
@ -41,7 +41,7 @@
|
|||
|
||||
<CheckBoxPreference android:key="browser.image_blocking.enabled"
|
||||
android:title="@string/pref_tap_to_load_images_title"
|
||||
android:summary="@string/pref_tap_to_load_images_summary"
|
||||
android:summary="@string/pref_tap_to_load_images_summary2"
|
||||
android:defaultValue="false"/>
|
||||
|
||||
<CheckBoxPreference android:key="android.not_a_preference.tab_queue"
|
||||
|
|
|
@ -209,7 +209,7 @@
|
|||
<string name="pref_cookies_disabled">&pref_cookies_disabled;</string>
|
||||
|
||||
<string name="pref_tap_to_load_images_title">&pref_tap_to_load_images_title;</string>
|
||||
<string name="pref_tap_to_load_images_summary">&pref_tap_to_load_images_summary;</string>
|
||||
<string name="pref_tap_to_load_images_summary2">&pref_tap_to_load_images_summary2;</string>
|
||||
|
||||
<string name="pref_tracking_protection_title">&pref_tracking_protection_title;</string>
|
||||
<string name="pref_tracking_protection_summary">&pref_tracking_protection_summary3;</string>
|
||||
|
|
Загрузка…
Ссылка в новой задаче