From e59879b5d21070807e9e014ca3d1058cc1056db7 Mon Sep 17 00:00:00 2001 From: Or'el Ben-Ya'ir Date: Mon, 28 Jul 2014 01:01:41 +0300 Subject: [PATCH] Proofread main naviation --- protected/components/MainNavBarWidget.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/protected/components/MainNavBarWidget.php b/protected/components/MainNavBarWidget.php index 7cf9af6..2948630 100644 --- a/protected/components/MainNavBarWidget.php +++ b/protected/components/MainNavBarWidget.php @@ -16,8 +16,8 @@ class MainNavBarWidget extends \PHPGWidget self::POSTS => 'פוסטים', self::FORUM => 'פורום', //self::EVENTS => 'אירועים', - self::PHPLIVE => 'php live', - self::MARKET => 'מארקט', + self::PHPLIVE => 'PHP Live', + self::MARKET => 'חנות', self::CONTACT => 'צור קשר' ]; @@ -30,4 +30,4 @@ public function run() { $this->render('mainNavBar', ['items' => self::$mainBar, 'active' => $this->navItem]); } -} \ No newline at end of file +}