Skip to content

Commit 4898f33

Browse files
committed
Merge pull request #46 from ertaiNL/master
Removed trail-message and changed & to ;
2 parents cf0ddba + be8b25d commit 4898f33

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

de/bug.xhtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
Wenn du uns traust, aktiviere bitte JavaScript in deinem Web Browser (meist durch die Extension NoScript<br />
4646
für Firefox deaktiviert) und diese Seite bietet dir eine einfache und übersichtliche Möglichkeit um ein Problem zu melden.</div>
4747
<div class="message">
48-
<p>Es ist auch möglich unsere <a target="_blank" href="https://bugs.documentfoundation.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED">Bugzilla</a> Software direkt zum Melden von Bugs zu nutzen, welche aber eine komplexere Oberfläche hat.</p>
48+
<p>Es ist auch möglich unsere <a target="_blank" href="https://bugs.documentfoundation.org/enter_bug.cgi?product=LibreOffice;bug_status=UNCONFIRMED">Bugzilla</a> Software direkt zum Melden von Bugs zu nutzen, welche aber eine komplexere Oberfläche hat.</p>
4949
<p>Es funktioniert in allen Web Browsern auch wenn JavaScript deaktiviert ist.</p>
5050
</div>
5151
<div class="eyecandy"></div>

en/bug.xhtml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
If you trust us, please enable JavaScript in your web browser(notably NoScript<br />
4646
for Firefox) and this will offer a simple, clean interface to report a problem.</div>
4747
<div class="message">
48-
<p>It is also possible to use <a target="_blank" href="https://bugs.documentfoundation.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED">bugzilla</a>, with a more complex interface, instead to report a problem.</p>
48+
<p>It is also possible to use <a target="_blank" href="https://bugs.documentfoundation.org/enter_bug.cgi?product=LibreOffice;bug_status=UNCONFIRMED">bugzilla</a>, with a more complex interface, instead to report a problem.</p>
4949
<p>It works on all browsers and when JavaScript is disabled.</p>
5050
</div>
5151
<div class="eyecandy"></div>
@@ -285,7 +285,6 @@ Expected behavior:
285285
$.skin('en');
286286
} else {
287287
$.bug.main('en');
288-
$.bug.error_set('This BSA is connected to a trail-version of Bugzilla. PLEASE DO NOT ENTER ANY BUGS HERE.');
289288
}
290289
}
291290
});

fr/bug.xhtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
<div class="message unsupported">Cette version du navigateur n'est pas prise en charge et cette page ne peut pas être affichée correctement.</div>
4444
<div class="message nojavascript">JavaScript est désactivé et cette page ne peut pas être affichée.</div>
4545
<div class="message">
46-
<p>Veuillez utiliser plutôt <a href="https://bugs.documentfoundation.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED" target="_blank">Bugzilla</a> pour rapporter un problème.</p>
46+
<p>Veuillez utiliser plutôt <a href="https://bugs.documentfoundation.org/enter_bug.cgi?product=LibreOffice;bug_status=UNCONFIRMED" target="_blank">Bugzilla</a> pour rapporter un problème.</p>
4747
<p>Cela fonctionne avec tous les navigateurs et quand JavaScript est désactivé mais uniquement en anglais.</p>
4848
</div>
4949
<div class="eyecandy"></div>

0 commit comments

Comments
 (0)