Fix for bug 32664; change url and menu text for some QA menu items; a=leaf

This commit is contained in:
law%netscape.com 2006-09-14 05:48:07 +00:00
parent 4a56674dd0
commit 67013169df
2 changed files with 2 additions and 2 deletions

View File

@ -463,7 +463,7 @@ END of Deprecated -->
<menuitem value="&PrecheckinTests.label;" oncommand="window.content.location.href='http://www.mozilla.org/quality/precheckin-tests.html'"/> <menuitem value="&PrecheckinTests.label;" oncommand="window.content.location.href='http://www.mozilla.org/quality/precheckin-tests.html'"/>
<menuseparator /> <menuseparator />
<menuitem value="&QABugCmd.label;" oncommand="window.content.location.href='http://www.mozilla.org/quality/bug-writing-guidelines.html'"/> <menuitem value="&QABugCmd.label;" oncommand="window.content.location.href='http://www.mozilla.org/quality/bug-writing-guidelines.html'"/>
<menuitem value="&QATempCmd.label;" oncommand="window.content.location.href='http://www.mozilla.org/quality/bug-template.html'"/> <menuitem value="&QATempCmd.label;" oncommand="window.content.location.href='http://www.mozilla.org/quality/help/bug-form.html'"/>
<menuitem value="&QASmokeCmd.label;" oncommand="window.content.location.href='http://www.mozilla.org/quality/smoketests/'"/> <menuitem value="&QASmokeCmd.label;" oncommand="window.content.location.href='http://www.mozilla.org/quality/smoketests/'"/>
<menuitem value="&QAKnownBugCmd.label;" oncommand="window.content.location.href='http://www.mozilla.org/quality/most-frequent-bugs/'"/> <menuitem value="&QAKnownBugCmd.label;" oncommand="window.content.location.href='http://www.mozilla.org/quality/most-frequent-bugs/'"/>
<menuseparator /> <menuseparator />

View File

@ -272,7 +272,7 @@
<!-- LOCALIZATION NOTE BEGIN : DO not localize the entities below; QA --> <!-- LOCALIZATION NOTE BEGIN : DO not localize the entities below; QA -->
<!ENTITY QA.label "QA"> <!ENTITY QA.label "QA">
<!ENTITY PrecheckinTests.label "Precheckin Tests"> <!ENTITY PrecheckinTests.label "Precheckin Tests">
<!ENTITY QABugCmd.label "Bug Writing"> <!ENTITY QABugCmd.label "Bug Writing Guidelines">
<!ENTITY QATempCmd.label "Bug Template"> <!ENTITY QATempCmd.label "Bug Template">
<!ENTITY QASmokeCmd.label "Smoke Tests"> <!ENTITY QASmokeCmd.label "Smoke Tests">
<!ENTITY QAKnownBugCmd.label "Known Bugs"> <!ENTITY QAKnownBugCmd.label "Known Bugs">