mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-05 08:35:26 +00:00
Fix for bug 32664; change url and menu text for some QA menu items; a=leaf
This commit is contained in:
parent
4a56674dd0
commit
67013169df
@ -463,7 +463,7 @@ END of Deprecated -->
|
||||
<menuitem value="&PrecheckinTests.label;" oncommand="window.content.location.href='http://www.mozilla.org/quality/precheckin-tests.html'"/>
|
||||
<menuseparator />
|
||||
<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="&QAKnownBugCmd.label;" oncommand="window.content.location.href='http://www.mozilla.org/quality/most-frequent-bugs/'"/>
|
||||
<menuseparator />
|
||||
|
@ -272,7 +272,7 @@
|
||||
<!-- LOCALIZATION NOTE BEGIN : DO not localize the entities below; QA -->
|
||||
<!ENTITY QA.label "QA">
|
||||
<!ENTITY PrecheckinTests.label "Precheckin Tests">
|
||||
<!ENTITY QABugCmd.label "Bug Writing">
|
||||
<!ENTITY QABugCmd.label "Bug Writing Guidelines">
|
||||
<!ENTITY QATempCmd.label "Bug Template">
|
||||
<!ENTITY QASmokeCmd.label "Smoke Tests">
|
||||
<!ENTITY QAKnownBugCmd.label "Known Bugs">
|
||||
|
Loading…
Reference in New Issue
Block a user