From: Janusz Dobrowolski Date: Thu, 22 Jan 2009 16:33:28 +0000 (+0000) Subject: Hot key for quick entries X-Git-Tag: v2.4.2~19^2~1593 X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=commitdiff_plain;h=44f6b641dffa72949fa3399e4d299623a4d2be56;hp=c6b541a7c943350cfbff5813578ee2093bc4a19f;p=fa-stable.git Hot key for quick entries --- diff --git a/applications/generalledger.php b/applications/generalledger.php index 284c567e..eea0cdc8 100644 --- a/applications/generalledger.php +++ b/applications/generalledger.php @@ -26,7 +26,7 @@ $this->add_module(_("Maintenance")); $this->add_lapp_function(2, _("Bank &Accounts"),"gl/manage/bank_accounts.php?"); - $this->add_lapp_function(2, _("Quick Entries"),"gl/manage/gl_quick_entries.php?"); + $this->add_lapp_function(2, _("&Quick Entries"),"gl/manage/gl_quick_entries.php?"); $this->add_lapp_function(2, "",""); $this->add_lapp_function(2, _("&Currencies"),"gl/manage/currencies.php?"); $this->add_lapp_function(2, _("&Exchange Rates"),"gl/manage/exchange_rates.php?");