mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 08:26:37 +02:00
Portfolio strings changed to reflect the heading of the next page
Plus fixed some typos in the portfolio library
This commit is contained in:
parent
a9efae50e3
commit
0ce579fe89
2 changed files with 4 additions and 4 deletions
|
@ -25,9 +25,9 @@
|
||||||
|
|
||||||
$string['activeexport'] = 'Resolve active export';
|
$string['activeexport'] = 'Resolve active export';
|
||||||
$string['activeportfolios'] = 'Available portfolios';
|
$string['activeportfolios'] = 'Available portfolios';
|
||||||
$string['addalltoportfolio'] = 'Save all...';
|
$string['addalltoportfolio'] = 'Export all to portfolio';
|
||||||
$string['addnewportfolio'] = 'Add a new portfolio';
|
$string['addnewportfolio'] = 'Add a new portfolio';
|
||||||
$string['addtoportfolio'] = 'Save...';
|
$string['addtoportfolio'] = 'Export to portfolio';
|
||||||
$string['alreadyalt'] = 'Already exporting - please click here to resolve this transfer';
|
$string['alreadyalt'] = 'Already exporting - please click here to resolve this transfer';
|
||||||
$string['alreadyexporting'] = 'You already have an active portfolio export in this session. Before continuing, you must either complete this export, or cancel it. Would you like to continue it? (No will cancel it)';
|
$string['alreadyexporting'] = 'You already have an active portfolio export in this session. Before continuing, you must either complete this export, or cancel it. Would you like to continue it? (No will cancel it)';
|
||||||
$string['availableformats'] = 'Available export formats';
|
$string['availableformats'] = 'Available export formats';
|
||||||
|
|
|
@ -237,9 +237,9 @@ class portfolio_add_button {
|
||||||
*
|
*
|
||||||
* @param int $format format to display the button or form or icon or link.
|
* @param int $format format to display the button or form or icon or link.
|
||||||
* See constants PORTFOLIO_ADD_XXX for more info.
|
* See constants PORTFOLIO_ADD_XXX for more info.
|
||||||
* optional, defaults to PORTFOLI_ADD_FULL_FORM
|
* optional, defaults to PORTFOLIO_ADD_FULL_FORM
|
||||||
* @param str $addstr string to use for the button or icon alt text or link text.
|
* @param str $addstr string to use for the button or icon alt text or link text.
|
||||||
* this is whole string, not key. optional, defaults to 'Add to portfolio';
|
* this is whole string, not key. optional, defaults to 'Export to portfolio';
|
||||||
*/
|
*/
|
||||||
public function render($format=null, $addstr=null) {
|
public function render($format=null, $addstr=null) {
|
||||||
echo $this->to_html($format, $addstr);
|
echo $this->to_html($format, $addstr);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue