Issue Details (XML | Word | Printable)

Key: MDL-17719
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Minor Minor
Assignee: Dan Marsden
Reporter: Nicolas Martignoni
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

Typo in lang/en_utf8/forum.php

Created: 21/Dec/08 07:15 PM   Updated: 23/Dec/08 07:07 AM
Return to search
Component/s: Forum
Affects Version/s: 2.0
Fix Version/s: 2.0

Participants: Dan Marsden and Nicolas Martignoni
Security Level: None
QA Assignee: Nicolas Martignoni
Resolved date: 22/Dec/08
Affected Branches: MOODLE_20_STABLE
Fixed Branches: MOODLE_20_STABLE


 Description  « Hide
The following string key in lang/en_utf8/forum.php has a typo, which should be fixed:

Before:
$string['cannotfinddisscussion'] = 'Could not find the discussion in this forum';

After
$string['cannotfinddiscussion'] = 'Could not find the discussion in this forum';

 All   Comments   Change History   Version Control      Sort Order: Ascending order - Click to sort in descending order
Dan Marsden committed 1 file to 'Moodle CVS' - 22/Dec/08 06:27 AM
typo:MDL-17719 - thanks Nicolas Martignoni
MODIFY lang/en_utf8/forum.php   Rev. 1.51    (+2 -2 lines)
Dan Marsden added a comment - 22/Dec/08 06:27 AM
fixed - thanks for the report!

Dan Marsden made changes - 22/Dec/08 06:27 AM
Field Original Value New Value
Fix Version/s 2.0 [ 10122 ]
Assignee Martin Dougiamas [ dougiamas ] Dan Marsden [ danmarsden ]
Resolution Fixed [ 1 ]
Status Open [ 1 ] Resolved [ 5 ]
Nicolas Martignoni added a comment - 22/Dec/08 06:54 AM
Thanks for the quick fix. Closing.

Ciao


Nicolas Martignoni made changes - 22/Dec/08 06:54 AM
Status Resolved [ 5 ] Closed [ 6 ]
Mitsuhiro Yoshida committed 3 files to 'Lang CVS' - 22/Dec/08 08:59 AM
MDL-17719 Brushed up translated strings based on lang/en_utf8 typo fix.
MODIFY ja_utf8/README   Rev. 1.900    (+1 -1 lines)
MODIFY ja_utf8/blog.php   Rev. 1.33    (+6 -5 lines)
MODIFY ja_utf8/forum.php   Rev. 1.82    (+3 -2 lines)
martignoni committed 1 file to 'Lang CVS' - 23/Dec/08 07:05 AM
MDL-17719 Typo corrected
MODIFY fr_utf8/forum.php   Rev. 1.58    (+2 -2 lines)
Nicolas Martignoni added a comment - 23/Dec/08 07:07 AM
Dan, can you have a look at this similar issue MDL-17591?

Ciao