Skip to content

Commit

Permalink
MDL-27829 blocks - lang string fixes. Credit goes to Helen!
Browse files Browse the repository at this point in the history
  • Loading branch information
stronk7 committed Jul 1, 2011
1 parent 3e16a2c commit 715a5bb
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion lang/en/tag.php
Expand Up @@ -86,4 +86,4 @@
$string['page-tag-x'] = 'All tag pages';
$string['page-tag-index'] = 'Single tag page';
$string['page-tag-search'] = 'Tag search page';
$string['page-tag-manage'] = 'Tag manage page';
$string['page-tag-manage'] = 'Manage tags page';
2 changes: 1 addition & 1 deletion mod/data/lang/en/data.php
Expand Up @@ -252,7 +252,7 @@
$string['overwrite'] = 'Overwrite';
$string['overrwritedesc'] = 'Overwrite the preset if it already exists';
$string['overwritesettings'] = 'Overwrite current settings';
$string['page-mod-data-x'] = 'Any data module page';
$string['page-mod-data-x'] = 'Any database activity module page';
$string['pagesize'] = 'Entries per page';
$string['participants'] = 'Participants';
$string['picture'] = 'Picture';
Expand Down
2 changes: 1 addition & 1 deletion mod/forum/lang/en/forum.php
Expand Up @@ -277,7 +277,7 @@
$string['overviewnumunread'] = 'total unread';
$string['page-mod-forum-x'] = 'Any forum module page';
$string['page-mod-forum-view'] = 'Forum module main page';
$string['page-mod-forum-discuss'] = 'Forum module discuss page';
$string['page-mod-forum-discuss'] = 'Forum module discussion thread page';
$string['parent'] = 'Show parent';
$string['parentofthispost'] = 'Parent of this post';
$string['pluginadministration'] = 'Forum administration';
Expand Down
2 changes: 1 addition & 1 deletion mod/imscp/lang/en/imscp.php
Expand Up @@ -35,7 +35,7 @@
$string['modulename_help'] = 'An IMS content package allows for packages created according to the IMS Content Packaging specification to be displayed in the course.';
$string['modulenameplural'] = 'IMS content packages';
$string['navigation'] = 'Navigation';
$string['page-mod-imscp-x'] = 'Any imscp module page';
$string['page-mod-imscp-x'] = 'Any IMS content package module page';
$string['packagefile'] = 'Package file';
$string['pluginadministration'] = 'IMSCP administration';
$string['pluginname'] = 'IMS content package';
Expand Down
2 changes: 1 addition & 1 deletion mod/resource/lang/en/resource.php
Expand Up @@ -68,7 +68,7 @@
$string['neverseen'] = 'Never seen';
$string['notmigrated'] = 'This legacy resource type ({$a}) was not yet migrated, sorry.';
$string['optionsheader'] = 'Options';
$string['page-mod-resource-x'] = 'Any resource module page';
$string['page-mod-resource-x'] = 'Any file module page';
$string['pluginadministration'] = 'File module administration';
$string['pluginname'] = 'File';
$string['popupheight'] = 'Popup height (in pixels)';
Expand Down
2 changes: 1 addition & 1 deletion mod/scorm/lang/en/scorm.php
Expand Up @@ -186,7 +186,7 @@
$string['organizations'] = 'Organizations';
$string['othersettings'] = 'Additional settings';
$string['othertracks'] = 'Other tracks';
$string['page-mod-scorm-x'] = 'Any scorm module page';
$string['page-mod-scorm-x'] = 'Any SCORM module page';
$string['pagesize'] = 'Page size';
$string['package'] = 'Package file';
$string['package_help'] = 'The package file is a zip (or pif) file containing SCORM/AICC course definition files.';
Expand Down
2 changes: 1 addition & 1 deletion mod/url/lang/en/url.php
Expand Up @@ -49,7 +49,7 @@
$string['modulenameplural'] = 'URLs';
$string['neverseen'] = 'Never seen';
$string['optionsheader'] = 'Options';
$string['page-mod-url-x'] = 'Any url module page';
$string['page-mod-url-x'] = 'Any URL module page';
$string['parameterinfo'] = 'parameter=variable';
$string['parametersheader'] = 'Parameters';
$string['pluginadministration'] = 'URL module administration';
Expand Down

0 comments on commit 715a5bb

Please sign in to comment.