Skip to content

Commit

Permalink
MDL-22813 Fixing box.net developer page
Browse files Browse the repository at this point in the history
  • Loading branch information
moodler committed Jun 28, 2010
1 parent 41117b3 commit 049aa0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions portfolio/boxnet/lang/en/portfolio_boxnet.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
*/

$string['apikey'] = 'API key';
$string['apikeyhelp'] = 'You need to get this by signing up to enabled.box.net and adding an application. The callback url must be yourwwwroot/portfolio/add.php?postcontrol=1&type=boxnet';
$string['apikeyinlinehelp'] = '<p>To configure Box.net, visit <a href="http://enabled.box.net/my-projects">enabled.box.net</a> and log in.</p><p>Under My Projects you will need to create one new project for each Moodle site.</p><p>The only setting that matters is the callback url, which should be {$a}. You can put anything you like for the other settings. Save it and you\'re done!';
$string['apikeyhelp'] = 'You need to get this by signing up to box.net as a developer and adding an application. The callback url must be yourwwwroot/portfolio/add.php?postcontrol=1&type=boxnet';
$string['apikeyinlinehelp'] = '<p>To configure Box.net, visit the developer page at <a href="http://www.box.net/developers/services">box.net</a> and log in.</p><p>Under My Projects you will need to create one new project for each Moodle site.</p><p>The only setting that matters is the callback url, which should be {$a}. You can put anything you like for the other settings. Save it and you\'re done!';
$string['err_noapikey'] = 'There is no API Key configured for this plugin. You can get one of these from http://enabled.box.net';
$string['existingfolder'] = 'Exiting folder to put file(s) into';
$string['folderclash'] = 'The folder you asked to create already exists!';
Expand Down

0 comments on commit 049aa0f

Please sign in to comment.