Bug 289444 Give prefs panels titles a unique name (LP, inspector and wallet patch)

p=giacomo.magnini@portalis.it (as was previous patch) r=me sr=neil.parkwaycc.co.uk


git-svn-id: svn://10.0.0.236/trunk@193894 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bugzilla%arlen.demon.co.uk
2006-04-08 00:57:57 +00:00
parent a22f6b6ddb
commit b897eaf103
2 changed files with 3 additions and 3 deletions

View File

@@ -51,7 +51,7 @@
<page xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
onload="parent.initPanel('chrome://content-packs/content/pref-contentpacks.xul'); "
headertitle="&lHeader;">
headertitle="&pref.contentpacks.title;">
<script type="application/x-javascript">
<![CDATA[
@@ -186,7 +186,7 @@
]]>
</script>
<hbox class="box-smallheader" title="&lHeader;"/>
<hbox class="box-smallheader" title="&pref.contentpacks.title;"/>
<!-- Language pack listbox -->
<description>&languageIntro.label;</description>

View File

@@ -1,5 +1,5 @@
<!ENTITY lHeader "Language and Content Packs">
<!ENTITY pref.contentpacks.title "Language and Content Packs">
<!ENTITY contentIntro.label "Selecting a new content pack changes items in the Sidebar, and changes the default home page, certain bookmarks, and other items. You will not lose bookmarks and other items that you have customized when you switch content packs.">
<!ENTITY languageIntro.label "Selecting a new language pack changes the language for text that appears in dialog boxes, menus, toolbars and button labels.">
<!ENTITY restartOnLangChange.label "Changes to content or language packs take effect when you restart &brandShortName;.">