Bug 305228 - Change "prefs-sanitize" references to "prefs-clear-private-data" to make naming more accurate. r=mconnor

This commit is contained in:
jwalden%mit.edu 2005-08-24 20:12:04 +00:00
Родитель 1447ad96b2
Коммит 72c36d6c2c
2 изменённых файлов: 2 добавлений и 2 удалений

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

@ -52,7 +52,7 @@
style="width: &window.width; !important;"> style="width: &window.width; !important;">
<prefpane id="SanitizeDialogPane" <prefpane id="SanitizeDialogPane"
helpTopic="prefs-sanitize" helpURI="chrome://browser/locale/help/help.rdf"> helpTopic="prefs-clear-private-data" helpURI="chrome://browser/locale/help/help.rdf">
<script type="application/x-javascript" src="chrome://browser/content/preferences/sanitize.js"/> <script type="application/x-javascript" src="chrome://browser/content/preferences/sanitize.js"/>
<preferences> <preferences>

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

@ -413,7 +413,7 @@
<rdf:li> <rdf:Description ID="prefs-download-history" nc:name="Download History" nc:link="prefs.xhtml#privacy_download_history"/> </rdf:li> <rdf:li> <rdf:Description ID="prefs-download-history" nc:name="Download History" nc:link="prefs.xhtml#privacy_download_history"/> </rdf:li>
<rdf:li> <rdf:Description ID="prefs-cookies" nc:name="Cookies" nc:link="prefs.xhtml#privacy_cookies"/> </rdf:li> <rdf:li> <rdf:Description ID="prefs-cookies" nc:name="Cookies" nc:link="prefs.xhtml#privacy_cookies"/> </rdf:li>
<rdf:li> <rdf:Description ID="prefs-cache" nc:name="Cache" nc:link="prefs.xhtml#privacy_cache"/> </rdf:li> <rdf:li> <rdf:Description ID="prefs-cache" nc:name="Cache" nc:link="prefs.xhtml#privacy_cache"/> </rdf:li>
<rdf:li> <rdf:Description ID="prefs-sanitize" nc:name="Clear Private Data Settings" nc:link="prefs.xhtml#clear_private_data"/> </rdf:li> <rdf:li> <rdf:Description ID="prefs-clear-private-data" nc:name="Clear Private Data Settings" nc:link="prefs.xhtml#clear_private_data"/> </rdf:li>
</rdf:Seq> </rdf:Seq>
</nc:subheadings> </nc:subheadings>
</rdf:Description> </rdf:Description>