diff options
author | filip <filip.komar@gmail.com> | 2021-02-20 22:48:55 +0100 |
---|---|---|
committer | filip <filip.komar@gmail.com> | 2021-02-20 22:48:55 +0100 |
commit | f0e176e9cb675dbbd33a1124208b495779902a3d (patch) | |
tree | 55f6e0571ff2dba871ac897008ce4130bca40f98 /en/doc/index.php | |
parent | 3f1cad88528f71d85f8d41b4cb53593f86763ee9 (diff) | |
download | www-f0e176e9cb675dbbd33a1124208b495779902a3d.tar www-f0e176e9cb675dbbd33a1124208b495779902a3d.tar.gz www-f0e176e9cb675dbbd33a1124208b495779902a3d.tar.bz2 www-f0e176e9cb675dbbd33a1124208b495779902a3d.tar.xz www-f0e176e9cb675dbbd33a1124208b495779902a3d.zip |
Text improvements suggested by Antony B.
Diffstat (limited to 'en/doc/index.php')
-rw-r--r-- | en/doc/index.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/en/doc/index.php b/en/doc/index.php index b15692056..e57b210dc 100644 --- a/en/doc/index.php +++ b/en/doc/index.php @@ -28,17 +28,17 @@ $rtl = is_locale_rtl($locale); <h2><?php _g('Find your documentation')?></h2> <p><?php _g('Select the manual, the release of Mageia and the language you want to see.')?><br/> <?php _g('Documentation of old versions are available in the <a href="archive.php">archive page</a>.')?></p> - <p><?php _g('Those manuals are the result of common work of <a href="https://wiki.mageia.org/en/Documentation_team">documentation</a> and <a href="https://wiki.mageia.org/en/Internationalisation_Team_(i18n)">translation</a> teams.')?><br/> - <?php _g('Feel free to help us improving it!')?></p> + <p><?php _g('These manuals are the result of common work by the <a href="https://wiki.mageia.org/en/Documentation_team">documentation</a> and <a href="https://wiki.mageia.org/en/Internationalisation_Team_(i18n)">translation</a> teams.')?><br/> + <?php _g('Feel free to help <a href="../community/">us improve</a> them, or to assist in translating them into your language.')?></p> <?php _g('Documentation built using the <a href="%s">Calenco tool from NeoDoc</a>.', 'http://www.neodoc.biz/', 'p')?> <hr> <h3>Mageia 7</h3> <div class="row"> <div class="col"> - <?php doc_list(_r('Installer'), 'installer', 7); ?> + <?php doc_list(_r('Control Center'), 'control_center', 7); ?> </div> <div class="col"> - <?php doc_list(_r('Control Center'), 'control_center', 7); ?> + <?php doc_list(_r('Installer'), 'installer', 7); ?> </div> <div class="col"> <?php doc_list(_r('Installation from LIVE medium'), 'draklive', 7); ?> |