Improve the wording in some source strings where we refer to "here"

which might be hard to grasp when read out of context, e.g. for
screen readers.
This commit is contained in:
Jean-Philippe Fleury
2011-11-29 00:20:15 +01:00
committed by Thomas Keller
parent df1130b4c9
commit 8f886155b0
5 changed files with 7 additions and 7 deletions

View File

@@ -5,7 +5,7 @@
{block body}
{if $trackerEmpty}
{aurl 'create_url', 'IDF_Views_Issue::create', array($project.shortname)}
<p>{blocktrans}The issue tracker is empty.<br />You can create your first issue <a href="{$create_url}">here</a>.{/blocktrans}</p>
<p>{blocktrans}The issue tracker is empty.<br /><a href="{$create_url}">Create your first issue</a>.{/blocktrans}</p>
{else}
<div class='issue-summary'>
{foreach $tagStatistics as $key => $class}