From 8f886155b068f949fe41cdd8f6a87b610e87d900 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Fleury Date: Tue, 29 Nov 2011 00:20:15 +0100 Subject: [PATCH] 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. --- src/IDF/templates/idf/issues/summary.html | 2 +- src/IDF/templates/idf/issues/view.html | 4 ++-- src/IDF/templates/idf/login_form.html | 2 +- src/IDF/templates/idf/project/home.html | 4 ++-- src/IDF/templates/idf/register/index.html | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/IDF/templates/idf/issues/summary.html b/src/IDF/templates/idf/issues/summary.html index 7a7ccb0..8733158 100644 --- a/src/IDF/templates/idf/issues/summary.html +++ b/src/IDF/templates/idf/issues/summary.html @@ -5,7 +5,7 @@ {block body} {if $trackerEmpty} {aurl 'create_url', 'IDF_Views_Issue::create', array($project.shortname)} -

{blocktrans}The issue tracker is empty.
You can create your first issue here.{/blocktrans}

+

{blocktrans}The issue tracker is empty.
Create your first issue.{/blocktrans}

{else}
{foreach $tagStatistics as $key => $class} diff --git a/src/IDF/templates/idf/issues/view.html b/src/IDF/templates/idf/issues/view.html index 452ffd7..606437d 100644 --- a/src/IDF/templates/idf/issues/view.html +++ b/src/IDF/templates/idf/issues/view.html @@ -3,11 +3,11 @@ {block body}
{if $previous_issue_id} -Previous issue +Previous issue {/if} {if $previous_issue_id and $next_issue_id} - {/if} {if $next_issue_id} -Next issue +Next issue {/if}
{assign $i = 0} diff --git a/src/IDF/templates/idf/login_form.html b/src/IDF/templates/idf/login_form.html index c7e8edb..a9f313c 100644 --- a/src/IDF/templates/idf/login_form.html +++ b/src/IDF/templates/idf/login_form.html @@ -30,6 +30,6 @@ document.getElementById('id_login').focus()

{trans 'Welcome.'}

{aurl 'url', 'IDF_Views::register', array()} -

{blocktrans}If you don't have an account yet, you can create one here.{/blocktrans}

+

{blocktrans}You can create an account if you don't have one yet.{/blocktrans}

{trans 'It takes less than a minute to create your account.'}

{/block} diff --git a/src/IDF/templates/idf/project/home.html b/src/IDF/templates/idf/project/home.html index d8b468d..58b9d5d 100644 --- a/src/IDF/templates/idf/project/home.html +++ b/src/IDF/templates/idf/project/home.html @@ -15,14 +15,14 @@ {foreach $downloads as $download} {$download}
{/foreach} - {trans 'show more...'} + {trans 'show more...'} {/if} {if count($pages) > 0}

{trans 'Featured Documentation'}
{foreach $pages as $page} {$page.title}
{/foreach} - {trans 'show more...'} + {trans 'show more...'} {/if} {assign $ko = 'owners'} {assign $km = 'members'} diff --git a/src/IDF/templates/idf/register/index.html b/src/IDF/templates/idf/register/index.html index 38c30bf..8bf676a 100644 --- a/src/IDF/templates/idf/register/index.html +++ b/src/IDF/templates/idf/register/index.html @@ -49,7 +49,7 @@

{trans 'Be sure to provide a valid email address, as we are sending a validation link by email.'}

{aurl 'url', 'IDF_Views::passwordRecoveryAsk'} -

{blocktrans}If you have just forgotten your login information, then there is no need to create a new account. Just go here to recover your login name and password.{/blocktrans}

+

{blocktrans}If you have just forgotten your login information, then there is no need to create a new account. You can just recover your login name and password.{/blocktrans}

{trans 'Did you know?'}
{aurl 'url', 'IDF_Views::faq'} {blocktrans}With your account, you will able to participate in the life of all the projects hosted here. Participating in a software project must be fun, so if you have troubles, you can let us know about your issues at anytime!{/blocktrans}