Issue Details (XML | Word | Printable)

Key: MDL-19597
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Trivial Trivial
Assignee: Koen Roggemans
Reporter: Mitsuhiro Yoshida
Votes: 0
Watchers: 0
Operations

Add/Edit UI Mockup to this issue
If you were logged in you would be able to see more operations.
Moodle

A Typo in lang/en_utf8/repository.php needs to be fixed.

Created: 22/Jun/09 11:52 PM   Updated: 22/Jun/09 11:54 PM
Component/s: Languages
Affects Version/s: 2.0
Fix Version/s: None

Participants: Koen Roggemans and Mitsuhiro Yoshida
Security Level: None
Difficulty: Easy
Resolved date: 22/Jun/09
Affected Branches: MOODLE_20_STABLE


 Description  « Hide
A Typo in lang/en_utf8/repository.php needs to be fixed as below.

[before]
$string['refreshnonjsfilepicker'] = 'Please clos this window and refresh non-javascript file picker';

[after]
$string['refreshnonjsfilepicker'] = 'Please close this window and refresh non-javascript file picker';



 All   Comments   Change History   Version Control      Sort Order: Ascending order - Click to sort in descending order
Mitsuhiro Yoshida added a comment - 22/Jun/09 11:53 PM
Fixed in CVS.