Skip to content

Commit

Permalink
Merge pull request #46 from ertaiNL/master
Browse files Browse the repository at this point in the history
Removed trail-message and changed & to ;
  • Loading branch information
ertaiNL committed Jan 25, 2015
2 parents cf0ddba + be8b25d commit 4898f33
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion de/bug.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
Wenn du uns traust, aktiviere bitte JavaScript in deinem Web Browser (meist durch die Extension NoScript<br />
für Firefox deaktiviert) und diese Seite bietet dir eine einfache und übersichtliche Möglichkeit um ein Problem zu melden.</div>
<div class="message">
<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>
<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>
<p>Es funktioniert in allen Web Browsern auch wenn JavaScript deaktiviert ist.</p>
</div>
<div class="eyecandy"></div>
Expand Down
3 changes: 1 addition & 2 deletions en/bug.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
If you trust us, please enable JavaScript in your web browser(notably NoScript<br />
for Firefox) and this will offer a simple, clean interface to report a problem.</div>
<div class="message">
<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>
<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>
<p>It works on all browsers and when JavaScript is disabled.</p>
</div>
<div class="eyecandy"></div>
Expand Down Expand Up @@ -285,7 +285,6 @@ Expected behavior:
$.skin('en');
} else {
$.bug.main('en');
$.bug.error_set('This BSA is connected to a trail-version of Bugzilla. PLEASE DO NOT ENTER ANY BUGS HERE.');
}
}
});
Expand Down
2 changes: 1 addition & 1 deletion fr/bug.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<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>
<div class="message nojavascript">JavaScript est désactivé et cette page ne peut pas être affichée.</div>
<div class="message">
<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>
<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>
<p>Cela fonctionne avec tous les navigateurs et quand JavaScript est désactivé mais uniquement en anglais.</p>
</div>
<div class="eyecandy"></div>
Expand Down

0 comments on commit 4898f33

Please sign in to comment.