diff options
author | filip <filip.komar@gmail.com> | 2019-07-01 00:01:56 +0200 |
---|---|---|
committer | filip <filip.komar@gmail.com> | 2019-07-01 00:01:56 +0200 |
commit | c07819da6d6f38c17e4f144aa40913ef3c4856e7 (patch) | |
tree | e1c725153eed602df114134b810b9b1f02b33721 /en | |
parent | 7d7bb4f8f4ef7c9c23f98c58b6b64aad969c08bd (diff) | |
download | www-c07819da6d6f38c17e4f144aa40913ef3c4856e7.tar www-c07819da6d6f38c17e4f144aa40913ef3c4856e7.tar.gz www-c07819da6d6f38c17e4f144aa40913ef3c4856e7.tar.bz2 www-c07819da6d6f38c17e4f144aa40913ef3c4856e7.tar.xz www-c07819da6d6f38c17e4f144aa40913ef3c4856e7.zip |
remove string that will never be used unchanged anyway
Diffstat (limited to 'en')
-rw-r--r-- | en/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/en/index.php b/en/index.php index 3e6813e63..dd4baab87 100644 --- a/en/index.php +++ b/en/index.php @@ -279,7 +279,7 @@ $dictionary = read_translation_file($locale, array('index', 'news', 'common_foot <span id="dl-btn-mageia">Mageia</span> <span style="font-size: 32px; color: green; float: right;"></span> <span class="dl-btn free-dl"><?php _g('Mageia 7'); /* _g('Mageia 7.1'); */?></span> - <span class="dl-btn"><?php _g('released in June 2019'); /* _g('updated in XXX 2020'); */ ?></span> + <span class="dl-btn"><?php _g('released in June 2019'); ?></span> </a> <p class="dl-info"> |