X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=applications%2Fsetup.php;h=3bb5578deae8ac5a518ef32ff83cd1f4e2f9ac8c;hb=34c15f2f88c2b4d8a18ca40f76df3b9748e463e1;hp=a36e44e17461f25f0552fb0668e703c4cd9e7ac8;hpb=a5242af68e65661edb7175412444dce536a7f311;p=fa-stable.git diff --git a/applications/setup.php b/applications/setup.php index a36e44e1..3bb5578d 100644 --- a/applications/setup.php +++ b/applications/setup.php @@ -9,13 +9,12 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the License here . ***********************************************************************/ - include_once("./modules/installed_modules.php"); class setup_app extends application { function setup_app() { global $installed_modules; - $this->application("system",_("Setup")); + $this->application("system",_("S&etup")); $this->add_module(_("Company Setup")); $this->add_lapp_function(0, _("&Company Setup"),"admin/company_preferences.php?");