Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 2.0
-
Fix Version/s: None
-
Component/s: Language
-
Labels:None
-
Affected Branches:MOODLE_20_STABLE
Description
A typo in lang/en_utf8/repository_flickr_public.php needs to be fixed as below.
[before]
$string['watermark'] = 'Add watermark (Auther ID and original URL) to downloaed photos?';
[after]
$string['watermark'] = 'Add watermark (Author ID and original URL) to downloaed photos?';
Activity
- All
- Comments
- History
- Activity
- Source
- Test Sessions
Fixed in CVS.