mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-05 16:46: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'"/>
|
<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 />
|
||||||
|
@ -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">
|
||||||
|
Loading…
Reference in New Issue
Block a user