diff options
author | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2014-05-03 11:45:25 +0200 |
---|---|---|
committer | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2014-05-03 11:45:25 +0200 |
commit | 766316f73de9a6f9a9eac3ce85701c6436f19883 (patch) | |
tree | 56a2bce3c7a5e2a540a18bb29a775cc3cb7ccf38 /pyaggr3g470r/templates/about.html | |
parent | Available time zonez are defined in conf.py. (diff) | |
download | newspipe-766316f73de9a6f9a9eac3ce85701c6436f19883.tar.gz newspipe-766316f73de9a6f9a9eac3ce85701c6436f19883.tar.bz2 newspipe-766316f73de9a6f9a9eac3ce85701c6436f19883.zip |
Updated translations for the French language.
Diffstat (limited to 'pyaggr3g470r/templates/about.html')
-rw-r--r-- | pyaggr3g470r/templates/about.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pyaggr3g470r/templates/about.html b/pyaggr3g470r/templates/about.html index d16836be..63df2670 100644 --- a/pyaggr3g470r/templates/about.html +++ b/pyaggr3g470r/templates/about.html @@ -2,9 +2,9 @@ {% block content %} <div class="container"> <div class="jumbotron"> - <p>This software is under GPLv3 license. You are welcome to copy, modify or + <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> + according to the <a href="https://www.gnu.org/licenses/agpl-3.0.html">Affero GPL</a> license.') }}</p> </div> </div><!-- /.container --> {% endblock %} |