From 3af230118b8aea358365e026be9a75dbdbb311e0 Mon Sep 17 00:00:00 2001 From: djfm Date: Thu, 7 Nov 2013 10:27:50 +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' );