aboutsummaryrefslogtreecommitdiffstats
path: root/en
diff options
context:
space:
mode:
authorfilip <filip.komar@gmail.com>2021-03-10 10:40:12 +0100
committerfilip <filip.komar@gmail.com>2021-03-10 10:40:12 +0100
commit305d2cb41fbc3b2a060db14cedc2a43a2f6d7ff7 (patch)
tree499cab4b4e88817496edf340768b8c118b28b2a4 /en
parent4038ee2faaf4bea95235f62b7b05506936bfb33f (diff)
downloadwww-305d2cb41fbc3b2a060db14cedc2a43a2f6d7ff7.tar
www-305d2cb41fbc3b2a060db14cedc2a43a2f6d7ff7.tar.gz
www-305d2cb41fbc3b2a060db14cedc2a43a2f6d7ff7.tar.bz2
www-305d2cb41fbc3b2a060db14cedc2a43a2f6d7ff7.tar.xz
www-305d2cb41fbc3b2a060db14cedc2a43a2f6d7ff7.zip
grammar fix suggested by Kristoffer
Diffstat (limited to 'en')
-rw-r--r--en/8/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/en/8/index.php b/en/8/index.php
index 26a323321..035451fbc 100644
--- a/en/8/index.php
+++ b/en/8/index.php
@@ -62,7 +62,7 @@ $dictionary = read_translation_file($locale, array('8', 'common_footer'));
echo $div;
}
//carousel('/g/path/to.png', 'alt text', 'TitleCaption', 'TextCaption', active);
- carousel('/g/8/slide/live-plasma-1.png', 'live-plasma-1', _r('Welcome on Mageia'), _r('Try without installing.', ' ') . sprintf(_r('Here is the %s Desktop'), _r('Plasma')), true );
+ carousel('/g/8/slide/live-plasma-1.png', 'live-plasma-1', _r('Welcome to Mageia'), _r('Try without installing.', ' ') . sprintf(_r('Here is the %s Desktop'), _r('Plasma')), true );
carousel('/g/8/slide/live-plasma-2.png', 'live-plasma-2', _r('Daily use'), _r('Access all your files') );
carousel('/g/8/slide/live-plasma-3.png', 'live-plasma-3', _r('Daily use'), _r('Watch all your media') );
carousel('/g/8/slide/live-plasma-4.png', 'live-plasma-4', _r('Install'), _r('If you are happy with the Mageia experience, you can then install it onto your hard drive from the Live media.') . sprintf('<a href="../doc/">%s</a>', _r('Doc')) );