]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
changed description text place in about screen
authorThomas Citharel <tcit@tcit.fr>
Tue, 10 Feb 2015 00:16:50 +0000 (01:16 +0100)
committerThomas Citharel <tcit@tcit.fr>
Tue, 10 Feb 2015 00:16:50 +0000 (01:16 +0100)
themes/baggy/about.twig
themes/default/about.twig

index 110196a621fdbebd9e78ef4e6816368ff6497790..93c96df207f7a0333ddd4ac967b23459c55134dd 100755 (executable)
@@ -7,6 +7,8 @@
 {% block content %}
     <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>
         <dt>{% trans "Project website" %}</dt>
         <dd><a href="https://www.wallabag.org">https://www.wallabag.org</a></dd>
@@ -27,8 +29,6 @@
         <dd>{{ constant('POCHE') }}</dd>
     </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>
     
     <dl>
index 5ca3217c99dcd85d8dd4484d9bb797f52a0c8438..bab9b5ebfce92f4705438f8543db203faaa322aa 100755 (executable)
@@ -7,6 +7,8 @@
 {% block content %}
     <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>
         <dt>{% trans "Project website" %}</dt>
         <dd><a href="http://www.wallabag.org">http://www.wallabag.org</a></dd>
@@ -27,8 +29,6 @@
         <dd>{{ constant('POCHE') }}</dd>
     </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>
 
     <p>{% trans "wallabag is free and opensource. You can help us:" %}</p>