diff --git a/repository/skydrive/lang/en/repository_skydrive.php b/repository/skydrive/lang/en/repository_skydrive.php index d3ade24d69d..25368330a4b 100644 --- a/repository/skydrive/lang/en/repository_skydrive.php +++ b/repository/skydrive/lang/en/repository_skydrive.php @@ -25,7 +25,7 @@ $string['cachedef_foldername'] = 'Folder name cache'; $string['clientid'] = 'Client ID'; $string['configplugin'] = 'Configure Microsoft Skydrive'; -$string['oauthinfo'] = '
To use this plugin, you must register your site with Microsoft.
As part of the registration process, you will need to enter the following URL as \'Redirect domain\':
{$a->callbackurl}
Once registered, you will be provided with a client ID and secret which can be entered here.'; +$string['oauthinfo'] = 'To use this plugin, you must register your site with Microsoft.
As part of the registration process, you will need to enter the following URL as \'Redirect domain\':
{$a->callbackurl}
Once registered, you will be provided with a client ID and secret which can be entered here.'; $string['pluginname'] = 'Microsoft Skydrive'; $string['secret'] = 'Secret'; $string['skydrive:view'] = 'View Skydrive';