changed description text place in about screen

This commit is contained in:
Thomas Citharel 2015-02-10 01:16:50 +01:00
parent 11ef4de52d
commit cefdc12380
2 changed files with 4 additions and 4 deletions

View file

@ -7,6 +7,8 @@
{% block content %} {% block content %}
<h2>{% trans "About wallabag" %}</h2> <h2>{% trans "About wallabag" %}</h2>
<p>{% trans "wallabag is a read-it-later application: you can save a web page by keeping only content. Elements like ads or menus are deleted." %}</p>
<dl> <dl>
<dt>{% trans "Project website" %}</dt> <dt>{% trans "Project website" %}</dt>
<dd><a href="https://www.wallabag.org">https://www.wallabag.org</a></dd> <dd><a href="https://www.wallabag.org">https://www.wallabag.org</a></dd>
@ -27,8 +29,6 @@
<dd>{{ constant('POCHE') }}</dd> <dd>{{ constant('POCHE') }}</dd>
</dl> </dl>
<p>{% trans "wallabag is a read-it-later application: you can save a web page by keeping only content. Elements like ads or menus are deleted." %}</p>
<h2>{% trans "Getting help" %}</h2> <h2>{% trans "Getting help" %}</h2>
<dl> <dl>

View file

@ -7,6 +7,8 @@
{% block content %} {% block content %}
<h2>{% trans "About wallabag" %}</h2> <h2>{% trans "About wallabag" %}</h2>
<p>{% trans "wallabag is a read-it-later application: you can save a web page by keeping only content. Elements like ads or menus are deleted." %}</p>
<dl> <dl>
<dt>{% trans "Project website" %}</dt> <dt>{% trans "Project website" %}</dt>
<dd><a href="http://www.wallabag.org">http://www.wallabag.org</a></dd> <dd><a href="http://www.wallabag.org">http://www.wallabag.org</a></dd>
@ -27,8 +29,6 @@
<dd>{{ constant('POCHE') }}</dd> <dd>{{ constant('POCHE') }}</dd>
</dl> </dl>
<p>{% trans "wallabag is a read-it-later application: you can save a web page by keeping only content. Elements like ads or menus are deleted." %}</p>
<h2>{% trans "Helping wallabag" %}</h2> <h2>{% trans "Helping wallabag" %}</h2>
<p>{% trans "wallabag is free and opensource. You can help us:" %}</p> <p>{% trans "wallabag is free and opensource. You can help us:" %}</p>