Bug 1264576 - Fix typo from bug 682294 which prevents fetching of the error title for file access denied. r=sebastian

MozReview-Commit-ID: Cps3q08vCMK
This commit is contained in:
Sebastian Hengst 2016-04-14 11:26:41 +02:00
parent 2662119963
commit 5b3efc9d1b

View File

@ -287,7 +287,7 @@
<h1 id="et_generic">&generic.title;</h1>
<h1 id="et_dnsNotFound">&dnsNotFound.title;</h1>
<h1 id="et_fileNotFound">&fileNotFound.title;</h1>
<h1 id="fileAccessDenied">&fileAccessDenied.title;</h1>
<h1 id="et_fileAccessDenied">&fileAccessDenied.title;</h1>
<h1 id="et_malformedURI">&malformedURI.title;</h1>
<h1 id="et_unknownProtocolFound">&unknownProtocolFound.title;</h1>
<h1 id="et_connectionFailure">&connectionFailure.title;</h1>