From 5f4fb3015ead6437dec6b1eb6e378f09c6e97053 Mon Sep 17 00:00:00 2001 From: Mark Crane Date: Wed, 26 Feb 2014 00:46:22 +0000 Subject: [PATCH] Fix a main item in the es-cl (Spanish) menu. --- core/apps/app_config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/apps/app_config.php b/core/apps/app_config.php index 816dde05f2..d458e1905b 100644 --- a/core/apps/app_config.php +++ b/core/apps/app_config.php @@ -44,7 +44,7 @@ $apps[$x]['menu'][0]['groups'][] = "superadmin"; $apps[$x]['menu'][1]['title']['en-us'] = "App Manager"; - $apps[$x]['menu'][0]['title']['es-cl'] = "Administrador de Aplicaciones"; + $apps[$x]['menu'][1]['title']['es-cl'] = "Administrador de Aplicaciones"; $apps[$x]['menu'][1]['title']['de-de'] = ""; $apps[$x]['menu'][1]['title']['de-ch'] = ""; $apps[$x]['menu'][1]['title']['de-at'] = "";