Bug 323966 - Users expect clearing history to clear searchbar also (wallpaper fix). ui=beltzner, r=mconnor

This commit is contained in:
jwalden%mit.edu 2006-06-12 18:00:54 +00:00
Родитель 2d7a26e531
Коммит bce21fcf27
2 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -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">