From 524987d2bf3c9c19d72bccacdea889e964399883 Mon Sep 17 00:00:00 2001 From: Mark Crane Date: Fri, 24 Apr 2015 20:37:29 +0000 Subject: [PATCH] Menu change System to Home. --- core/menu/app_menu.php | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/core/menu/app_menu.php b/core/menu/app_menu.php index 550bd71fb6..c0a947be9e 100644 --- a/core/menu/app_menu.php +++ b/core/menu/app_menu.php @@ -14,14 +14,14 @@ $apps[$x]['menu'][0]['category'] = "internal"; $apps[$x]['menu'][0]['path'] = "/core/menu/menu.php"; $apps[$x]['menu'][0]['groups'][] = "superadmin"; -$apps[$x]['menu'][1]['title']['en-us'] = "System"; -$apps[$x]['menu'][1]['title']['es-cl'] = "Sistema"; -$apps[$x]['menu'][1]['title']['fr-fr'] = "Système"; -$apps[$x]['menu'][1]['title']['pt-pt'] = "Sistema"; -$apps[$x]['menu'][1]['title']['pt-br'] = "Sistema"; -$apps[$x]['menu'][1]['title']['pl'] = "System"; -$apps[$x]['menu'][1]['title']['uk'] = "Система"; -$apps[$x]['menu'][1]['title']['sv-se'] = "System"; +$apps[$x]['menu'][1]['title']['en-us'] = "Home"; +$apps[$x]['menu'][1]['title']['es-cl'] = "Casa"; +$apps[$x]['menu'][1]['title']['fr-fr'] = "Maison"; +$apps[$x]['menu'][1]['title']['pt-pt'] = "Casa"; +$apps[$x]['menu'][1]['title']['pt-br'] = "Casa"; +$apps[$x]['menu'][1]['title']['pl'] = "Dom"; +$apps[$x]['menu'][1]['title']['uk'] = "Домой"; +$apps[$x]['menu'][1]['title']['sv-se'] = "Hem"; $apps[$x]['menu'][1]['uuid'] = "02194288-6d56-6d3e-0b1a-d53a2bc10788"; $apps[$x]['menu'][1]['parent_uuid'] = ""; $apps[$x]['menu'][1]['category'] = "internal";