diff options
author | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2014-05-20 19:40:28 +0200 |
---|---|---|
committer | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2014-05-20 19:40:28 +0200 |
commit | 0d012b64aa84585c0712ae56fcab4cb9bbc7a520 (patch) | |
tree | 2d3d92ff412259349d5789e77911ff6ff1403227 /pyaggr3g470r/templates | |
parent | Updated translations. (diff) | |
download | newspipe-0d012b64aa84585c0712ae56fcab4cb9bbc7a520.tar.gz newspipe-0d012b64aa84585c0712ae56fcab4cb9bbc7a520.tar.bz2 newspipe-0d012b64aa84585c0712ae56fcab4cb9bbc7a520.zip |
Updated translations.
Diffstat (limited to 'pyaggr3g470r/templates')
-rw-r--r-- | pyaggr3g470r/templates/about.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyaggr3g470r/templates/about.html b/pyaggr3g470r/templates/about.html index 4f42ed55..d164d4bb 100644 --- a/pyaggr3g470r/templates/about.html +++ b/pyaggr3g470r/templates/about.html @@ -6,7 +6,7 @@ <p>{{ _('This software is under AGPLv3 license. You are welcome to copy, modify or redistribute the <a href="https://bitbucket.org/cedricbonhomme/pyaggr3g470r/">source code</a> according to the <a href="https://www.gnu.org/licenses/agpl-3.0.html">Affero GPL</a> license.') }}</p> - <p>{{ _('Find a bug? Report it <a href="https://bitbucket.org/cedricbonhomme/pyaggr3g470r/issues">here</a>.') }}</p> + <p>{{ _('Found a bug? Report it <a href="https://bitbucket.org/cedricbonhomme/pyaggr3g470r/issues">here</a>.') }}</p> </div> </div><!-- /.container --> {% endblock %} |