Issue Details (XML | Word | Printable)

Key: MDL-3726
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Minor Minor
Assignee: Petr Skoda
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

String 'Editor settings' (page title) of admin/editor.php not localizable

Created: 11/Jul/05 07:28 PM   Updated: 20/Dec/07 04:06 AM
Return to search
Component/s: Administration
Affects Version/s: 1.5.1
Fix Version/s: 1.7

Environment: All
Issue Links:
Relates
 

Participants: Martin Dougiamas, Nicolas Martignoni and Petr Skoda
Security Level: None
QA Assignee: Nicolas Martignoni
Resolved date: 20/Dec/07
Affected Branches: MOODLE_15_STABLE
Fixed Branches: MOODLE_17_STABLE


 Description  « Hide
The string Editor settings (page title) in the file admin/editor.php, around line 36, is hard coded.

 All   Comments   Change History   Version Control      Sort Order: Ascending order - Click to sort in descending order
Martin Dougiamas added a comment - 15/May/06 04:59 PM
From (moodle at martignoni.net) Monday, 15 May 2006, 04:59 PM:

This could be easily fixed for 1.6.

Line to be changed : 57

Old : print_header(Editor settings,Editor settings,

New : print_header($streditorsettings,$streditorsettings,


Petr Skoda added a comment - 20/Dec/07 03:02 AM
Fixed long ago, thanks anyway

Nicolas Martignoni added a comment - 20/Dec/07 04:06 AM
Yes indeed, new admin interface corrected this. Sorry for the trouble!