зеркало из https://github.com/mozilla/pjs.git
Bug 323966 - Users expect clearing history to clear searchbar also (wallpaper fix). ui=beltzner, r=mconnor
This commit is contained in:
Родитель
2d7a26e531
Коммит
bce21fcf27
|
@ -152,7 +152,7 @@
|
|||
<checkbox label="&itemHistory.label;" accesskey="&itemHistory.accesskey;"
|
||||
preference="privacy.item.history"
|
||||
onsyncfrompreference="return gSanitizePromptDialog.onReadGeneric();"/>
|
||||
<checkbox label="&itemFormData.label;" accesskey="&itemFormData.accesskey;"
|
||||
<checkbox label="&itemFormSearchHistory.label;" accesskey="&itemFormSearchHistory.accesskey;"
|
||||
preference="privacy.item.formdata"
|
||||
onsyncfrompreference="return gSanitizePromptDialog.onReadGeneric();"/>
|
||||
<checkbox label="&itemPasswords.label;" accesskey="&itemPasswords.accesskey;"
|
||||
|
|
|
@ -3,8 +3,8 @@
|
|||
<!ENTITY sanitizeItems.label "Clear the following items now:">
|
||||
<!ENTITY itemHistory.label "Browsing History">
|
||||
<!ENTITY itemHistory.accesskey "B">
|
||||
<!ENTITY itemFormData.label "Saved Form Information">
|
||||
<!ENTITY itemFormData.accesskey "F">
|
||||
<!ENTITY itemFormSearchHistory.label "Saved Form and Search History">
|
||||
<!ENTITY itemFormSearchHistory.accesskey "F">
|
||||
<!ENTITY itemPasswords.label "Saved Passwords">
|
||||
<!ENTITY itemPasswords.accesskey "P">
|
||||
<!ENTITY itemCookies.label "Cookies">
|
||||
|
|
Загрузка…
Ссылка в новой задаче