Skip to content

Commit

Permalink
Describe external bug trackers as "preferred" rather than "alternative"
Browse files Browse the repository at this point in the history
"Alternative" sounds like a choice of music.  "Alternate" is slightly
better, but "preferred" is most clear.
  • Loading branch information
tsibley committed Apr 2, 2013
1 parent e8e214c commit 8816187
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions html/Dist/Elements/ShowBugtracker
@@ -1,16 +1,16 @@
% if ( defined $bugtracker ) {
<div id="external_bugtracker">
<h3><% loc("Alternative bug tracker") %></h3>
<h3><% loc("Preferred bug tracker") %></h3>
%
% if ( defined $bugtracker->{mailto} ) {
<p>
<div>Please email the <a href="mailto:<% $bugtracker->{mailto} %>">alternative bug tracker</a> to report your issue.</div>
<div>Please email the <a href="mailto:<% $bugtracker->{mailto} %>">preferred bug tracker</a> to report your issue.</div>
</p>
% }
%
% if ( defined $bugtracker->{web} ) {
<p>
<div>Please visit the <a href="<% $bugtracker->{web} %>">alternative bug tracker</a> to report your issue.</div>
<div>Please visit the <a href="<% $bugtracker->{web} %>">preferred bug tracker</a> to report your issue.</div>
</p>
% }
</div>
Expand Down

0 comments on commit 8816187

Please sign in to comment.