From 598034efb4cf915bef3aa3b5769166143013271b Mon Sep 17 00:00:00 2001 From: djfm Date: Thu, 7 Nov 2013 12:27:48 +0000 Subject: [PATCH] // English --- controllers/admin/AdminWebserviceController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controllers/admin/AdminWebserviceController.php b/controllers/admin/AdminWebserviceController.php index 5c9455bba..749097402 100755 --- a/controllers/admin/AdminWebserviceController.php +++ b/controllers/admin/AdminWebserviceController.php @@ -97,7 +97,7 @@ class AdminWebserviceControllerCore extends AdminController if (empty($this->display)) $this->page_header_toolbar_btn['new_webservice'] = array( 'href' => self::$currentIndex.'&addwebservice_account&token='.$this->token, - 'desc' => $this->l('Add new webservice'), + 'desc' => $this->l('Add new webservice key'), 'icon' => 'process-icon-new' );