aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRomain d'Alverny <rda@mageia.org>2011-05-31 16:58:28 +0000
committerRomain d'Alverny <rda@mageia.org>2011-05-31 16:58:28 +0000
commite60170c42fb05e13b3a279c69431eadb448b005a (patch)
tree74f730e00d36d83e0773b73cc1ad69b7d5d3d5d0
parent2845aed6967d44babf0cf5fc240eb65763c268d4 (diff)
downloadwww-e60170c42fb05e13b3a279c69431eadb448b005a.tar
www-e60170c42fb05e13b3a279c69431eadb448b005a.tar.gz
www-e60170c42fb05e13b3a279c69431eadb448b005a.tar.bz2
www-e60170c42fb05e13b3a279c69431eadb448b005a.tar.xz
www-e60170c42fb05e13b3a279c69431eadb448b005a.zip
small fixes
-rw-r--r--en/1/for-you/index.php7
-rw-r--r--en/1/nav.php6
-rw-r--r--en/1/notes/locales.php8
3 files changed, 10 insertions, 11 deletions
diff --git a/en/1/for-you/index.php b/en/1/for-you/index.php
index ae6d1d744..3e3bcb33f 100644
--- a/en/1/for-you/index.php
+++ b/en/1/for-you/index.php
@@ -1,9 +1,8 @@
<?php
$_t = array(
- 'page_title' => 'Mageia 1, distribution for everybody\'s needs',
- 'page_desc' => 'foo',
- 'page_kw' => 'mageia, everybody, user, developer, contributor',
- 'page_h1' => 'Mageia 1, distribution for everybody\'s needs'
+ 'page_title' => 'Mageia 1 is for you!',
+ 'page_kw' => 'mageia, everybody, user, developer, contributor, hacker, student, teacher',
+ 'page_h1' => 'For You!'
);
diff --git a/en/1/nav.php b/en/1/nav.php
index 42f2e1e6e..8a0d29ae9 100644
--- a/en/1/nav.php
+++ b/en/1/nav.php
@@ -1,11 +1,11 @@
<?php
$nav = array(
- "/{$locale}/1/" => '1',
+ "/{$locale}/1/" => '1',
"/{$locale}/1/for-you/" => 'For You',
"/{$locale}/downloads/" => 'Download',
- "/{$locale}/1/notes/" => 'Notes',
- "/{$locale}/1/next/" => 'And next?'
+ "/{$locale}/1/next/" => 'And next?',
+ "/{$locale}/1/notes/" => 'Notes'
);
$sru = trim($_SERVER['REQUEST_URI']);
diff --git a/en/1/notes/locales.php b/en/1/notes/locales.php
index 061132483..eff0eb508 100644
--- a/en/1/notes/locales.php
+++ b/en/1/notes/locales.php
@@ -2,10 +2,10 @@
$_t = array(
'en' => array(
- 'page_title' => 'Mageia 1 - Release notes',
- 'page_desc' => 'Release notes of the Mageia 1 release',
+ 'page_title' => 'Mageia 1 Release Notes',
+ 'page_desc' => 'Notes of the Mageia 1 release',
'page_kw' => 'mageia, release notes, Mga1',
- 'page_h1' => 'Mageia 1 - Release notes'
+ 'page_h1' => 'Release Notes'
)
);
-?>
+