Improve wording
This commit is contained in:
parent
8af2d647df
commit
4052417b6b
1 changed files with 3 additions and 3 deletions
|
@ -260,9 +260,9 @@ $page->navigation();
|
||||||
<p>
|
<p>
|
||||||
<?=
|
<?=
|
||||||
sprintf(
|
sprintf(
|
||||||
/** TRANSLATORS: %s: source code is publicly viewable */
|
/** TRANSLATORS: %s: source code */
|
||||||
__('Trust is a two way street and wishthis aims to be a transparent, trustworthy product, which is why the wishthis %s.'),
|
__('Trust is a two way street and wishthis aims to be a transparent, trustworthy product, which is why the wishthis %s is publicly viewable.'),
|
||||||
'<a href="https://github.com/grandeljay/wishthis" target="_blank">' . __('source code is publicly viewable') . '</a>'
|
'<a href="https://github.com/grandeljay/wishthis" target="_blank">' . __('source code') . '</a>'
|
||||||
)
|
)
|
||||||
?>
|
?>
|
||||||
</p>
|
</p>
|
||||||
|
|
Loading…
Reference in a new issue