diff options
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); ?> |