From 1a5deabd7abb03e92e1bb7841b9175a7381d8cee Mon Sep 17 00:00:00 2001 From: Andrew Davis Date: Thu, 13 May 2010 02:24:10 +0000 Subject: [PATCH] rss MDL-22204 added ability for user to reset their rss token --- lang/en/webservice.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/en/webservice.php b/lang/en/webservice.php index f9a4ba6b8eb..f1aebefde9f 100644 --- a/lang/en/webservice.php +++ b/lang/en/webservice.php @@ -123,6 +123,7 @@ $string['requireauthentication'] = 'This method requires authentication with xxx $string['required'] = 'Required'; $string['requiredcapability'] = 'Required capability'; $string['resettokenconfirm'] = 'Do you really want to reset this web service key for {$a->user} on the service {$a->service}?'; +$string['resettokenconfirmsimple'] = 'Do you really want to reset this key? Any saved links containing the old key will not work anymore.'; $string['response'] = 'Response'; $string['restcode'] = 'REST'; $string['restexception'] = 'REST';