aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--en/1/nav.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/en/1/nav.php b/en/1/nav.php
index 6a40848d1..d6ac25d42 100644
--- a/en/1/nav.php
+++ b/en/1/nav.php
@@ -1,8 +1,8 @@
<?php
$_nt = array(
- 'en' => array('for-you' => 'For You', 'dl' => 'Download', 'next' => 'And Next?', 'notes' => 'Notes'),
- 'fr' => array('for-you' => 'Pour Vous', 'dl' => 'Télécharger', 'next' => 'Et après&nbsp;?')
+ 'en' => array('for-you' => 'For you', 'dl' => 'Download', 'next' => 'And next?', 'notes' => 'Notes'),
+ 'fr' => array('for-you' => 'Pour vous', 'dl' => 'Télécharger', 'next' => 'Et après&nbsp;?')
);
if (array_key_exists($locale, $_nt))