diff options
author | filip <filip.komar@gmail.com> | 2022-08-14 21:12:11 +0200 |
---|---|---|
committer | filip <filip.komar@gmail.com> | 2022-08-14 21:12:11 +0200 |
commit | 1486e93303e0dd42bc1e83b35ed0b3ce5ea82914 (patch) | |
tree | 944059abb3d9f8c1a77eb9a7d1f9bed628d2907a /en/about | |
parent | bb34781526c8949263f38354d3680f387b718924 (diff) | |
download | www-1486e93303e0dd42bc1e83b35ed0b3ce5ea82914.tar www-1486e93303e0dd42bc1e83b35ed0b3ce5ea82914.tar.gz www-1486e93303e0dd42bc1e83b35ed0b3ce5ea82914.tar.bz2 www-1486e93303e0dd42bc1e83b35ed0b3ce5ea82914.tar.xz www-1486e93303e0dd42bc1e83b35ed0b3ce5ea82914.zip |
typo fix reported by ViktorOnlin
Diffstat (limited to 'en/about')
-rw-r--r-- | en/about/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/en/about/index.php b/en/about/index.php index 6e3c5efe7..a03250419 100644 --- a/en/about/index.php +++ b/en/about/index.php @@ -94,7 +94,7 @@ $dictionary = read_translation_file($locale, array('about', 'common_footer')); <hr> <h3 ><?php _g('Mageia history archive')?></h3> - <?php _g('For historical records you can find a <a href=%s>list of Mageia founders</a> and a<a href=%s>Mageia project announcement</a> from back in september 2010.', + <?php _g('For historical records you can find a <a href=%s>list of Mageia founders</a> and a <a href=%s>Mageia project announcement</a> from back in september 2010.', array('"../about/founders.html"', '"../about/2010-sept-announcement.html"')); ?> <hr> |