mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-30 08:12:05 +00:00
Bug 812781 - Rename pref_cookies in android_strings.dtd to reflect string change.r=mark.finkle
This commit is contained in:
parent
6b25f9216f
commit
f6587c03e9
@ -72,7 +72,7 @@
|
||||
<!ENTITY pref_telemetry "Send performance data">
|
||||
<!ENTITY pref_remember_signons "Remember passwords">
|
||||
|
||||
<!ENTITY pref_cookies "Cookies">
|
||||
<!ENTITY pref_cookies_menu "Cookies">
|
||||
<!ENTITY pref_cookies_accept_all "Enabled">
|
||||
<!ENTITY pref_cookies_not_accept_foreign "Enabled, excluding 3rd party">
|
||||
<!ENTITY pref_cookies_disabled "Disabled">
|
||||
|
@ -58,7 +58,7 @@
|
||||
<PreferenceCategory android:title="@string/pref_category_privacy">
|
||||
|
||||
<ListPreference android:key="network.cookie.cookieBehavior"
|
||||
android:title="@string/pref_cookies"
|
||||
android:title="@string/pref_cookies_menu"
|
||||
android:entries="@array/pref_cookies_entries"
|
||||
android:entryValues="@array/pref_cookies_values"
|
||||
android:persistent="false" />
|
||||
|
@ -78,7 +78,7 @@
|
||||
<string name="pref_telemetry">&pref_telemetry;</string>
|
||||
<string name="pref_remember_signons">&pref_remember_signons;</string>
|
||||
|
||||
<string name="pref_cookies">&pref_cookies;</string>
|
||||
<string name="pref_cookies_menu">&pref_cookies_menu;</string>
|
||||
<string name="pref_cookies_accept_all">&pref_cookies_accept_all;</string>
|
||||
<string name="pref_cookies_not_accept_foreign">&pref_cookies_not_accept_foreign;</string>
|
||||
<string name="pref_cookies_disabled">&pref_cookies_disabled;</string>
|
||||
|
Loading…
Reference in New Issue
Block a user