From 44e5f740fa2a321335a1c19c5a0e0698f89ad3e5 Mon Sep 17 00:00:00 2001 From: dMetzger Date: Mon, 24 Sep 2012 07:25:22 +0000 Subject: [PATCH] // Fixed misleading text #PSCFV-4292 --- controllers/admin/AdminCurrenciesController.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/controllers/admin/AdminCurrenciesController.php b/controllers/admin/AdminCurrenciesController.php index d50bb8b46..20276a68d 100644 --- a/controllers/admin/AdminCurrenciesController.php +++ b/controllers/admin/AdminCurrenciesController.php @@ -92,13 +92,12 @@ class AdminCurrenciesControllerCore extends AdminController 'input' => array( array( 'type' => 'text', - 'label' => $this->l('Currency:'), + 'label' => $this->l('Currency name:'), 'name' => 'name', 'size' => 30, 'maxlength' => 32, 'required' => true, - 'hint' => $this->l('Only letters and the minus character are allowed'), - 'desc' => $this->l('Will appear in Front Office (e.g. $, €)').'...', + 'hint' => $this->l('Only letters and the minus character are allowed') ), array( 'type' => 'text',