Skip to content

Commit

Permalink
MDL-22647 - add missing string $strsectionname
Browse files Browse the repository at this point in the history
  • Loading branch information
rwijaya committed Jun 30, 2010
1 parent 8a811c5 commit b470115
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mod/url/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@

$strurl = get_string('modulename', 'url');
$strurls = get_string('modulenameplural', 'url');
$strsectionname = get_string('sectionname', 'format_'.$course->format);
$strname = get_string('name');
$strintro = get_string('moduleintro');
$strlastmodified = get_string('lastmodified');
Expand Down

0 comments on commit b470115

Please sign in to comment.