зеркало из https://github.com/mozilla/gecko-dev.git
Make cache prefs use &brandShortName; instead of "Mozilla". Bug 127025,
patch by Jonas Jorgensen <jonasj@jonasj.dk>, r=bzbarsky, sr=jag, a=brendan
This commit is contained in:
Родитель
559f8fc646
Коммит
4887697424
|
@ -24,7 +24,13 @@
|
|||
-->
|
||||
<?xml-stylesheet href="chrome://communicator/skin/" type="text/css"?>
|
||||
|
||||
<!DOCTYPE window SYSTEM "chrome://communicator/locale/pref/pref-cache.dtd" >
|
||||
<!DOCTYPE window [
|
||||
<!ENTITY % brandDTD SYSTEM "chrome://global/locale/brand.dtd" >
|
||||
%brandDTD;
|
||||
<!ENTITY % prefCacheDTD SYSTEM "chrome://communicator/locale/pref/pref-cache.dtd" >
|
||||
%prefCacheDTD;
|
||||
]>
|
||||
|
||||
<page xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
||||
onload="parent.initPanel('chrome://communicator/content/pref/pref-cache.xul');"
|
||||
headertitle="&lHeader;">
|
||||
|
@ -107,4 +113,3 @@
|
|||
|
||||
</groupbox>
|
||||
</page>
|
||||
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
<!ENTITY clearDiskCache.accesskey "l">
|
||||
<!ENTITY chooseDiskCacheFolder.label "Choose Folder...">
|
||||
<!ENTITY chooseDiskCacheFolder.accesskey "h">
|
||||
<!ENTITY diskCacheFolderExplanation "Cache files will be stored in a subfolder named "Cache" of the directory you specify. Restart Mozilla for changes to take effect.">
|
||||
<!ENTITY diskCacheFolderExplanation "Cache files will be stored in a subfolder named "Cache" of the directory you specify. Restart &brandShortName; for changes to take effect.">
|
||||
<!ENTITY docCache "Compare the page in the cache to the page on the network:">
|
||||
<!ENTITY chooseFolder.label "Choose Folder...">
|
||||
<!ENTITY chooseFolder.accesskey "f">
|
||||
|
|
Загрузка…
Ссылка в новой задаче