Skip to content

Commit

Permalink
MDL-52272 tool_lp: Rename Status and State on plan page
Browse files Browse the repository at this point in the history
  • Loading branch information
taboubi authored and Frederic Massart committed Apr 18, 2016
1 parent 3779826 commit 06b6fd6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions admin/tool/lp/lang/en/tool_lp.php
Expand Up @@ -155,6 +155,7 @@
$string['pointsgivenfor'] = 'Points given for \'{$a}\'';
$string['pointsrequiredaremet'] = 'Points required are met';
$string['proficient'] = 'Proficient';
$string['rating'] = 'Rating';
$string['relatedcompetencies'] = 'Related competencies';
$string['reopenplan'] = 'Reopen this learning plan';
$string['reopenplanconfirm'] = 'Reopen the plan \'{$a}\'? The status of the users competencies that was recorded at the time the plan was previously completed will be deleted, and the plan will become active again.';
Expand Down
4 changes: 2 additions & 2 deletions admin/tool/lp/templates/plan_page.mustache
Expand Up @@ -62,10 +62,10 @@
<thead>
<tr>
<th scope="col">{{#str}}shortname, tool_lp{{/str}}</th>
<th scope="col">{{#str}}status, tool_lp{{/str}}</th>
<th scope="col">{{#str}}rating, tool_lp{{/str}}</th>
<th scope="col">{{#str}}proficient, tool_lp{{/str}}</th>
{{^plan.iscompleted}}
<th scope="col">{{#str}}state, tool_lp{{/str}}</th>
<th scope="col">{{#str}}status, tool_lp{{/str}}</th>
{{/plan.iscompleted}}
{{#plan.canbeedited}}
<th scope="col">{{#str}}actions, tool_lp{{/str}}</th>
Expand Down

0 comments on commit 06b6fd6

Please sign in to comment.