From bfc32c305b9d935fea01989534621022770e83fe Mon Sep 17 00:00:00 2001 From: james Date: Thu, 24 Jul 2008 16:35:37 +0000 Subject: [PATCH] Oops fix typos --- admin/index.php | 2 +- theme/default/theme.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/admin/index.php b/admin/index.php index 6513807..ed6db54 100644 --- a/admin/index.php +++ b/admin/index.php @@ -44,7 +44,7 @@ echo " "; echo " ".theme_icon("committee_management")."
".i18n("Committee Management")."
"; echo " ".theme_icon("awards_management")."
".i18n("Awards Management")."
"; - echo " ".theme_icon("school_management")."
".i18n("Schools Management")."
"; + echo " ".theme_icon("schools_management")."
".i18n("Schools Management")."
"; echo " ".theme_icon("judging_management")."
".i18n("Judging Management")."
"; echo " "; echo " "; diff --git a/theme/default/theme.php b/theme/default/theme.php index a47e8bb..cff1979 100644 --- a/theme/default/theme.php +++ b/theme/default/theme.php @@ -30,8 +30,8 @@ $theme['icons']['print_awards_ceremony_scripts']="application-pdf.png"; $theme['icons']['committee_management']="system-users.png"; $theme['icons']['awards_management']="plasmagik.png"; - $theme['icons']['school_management']="application-education.png"; - $theme['icons']['judging_management']="kclipper.png"; + $theme['icons']['schools_management']="applications-education.png"; + $theme['icons']['judging_management']="klipper.png"; $theme['icons']['translations_management']="kwordquiz.png"; $theme['icons']['report_management']=""; $theme['icons']['volunteer_management']="";