Moodle

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

Details

  • Type: Bug Bug
  • Status: Closed Closed
  • Priority: Minor Minor
  • Resolution: Fixed
  • Affects Version/s: 1.5.1
  • Fix Version/s: 1.7
  • Component/s: Administration
  • Labels:
    None
  • Environment:
    All
  • Affected Branches:
    MOODLE_15_STABLE
  • Fixed Branches:
    MOODLE_17_STABLE

Description

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

Issue Links

Activity

Hide
Martin Dougiamas added a comment -

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,

Show
Martin Dougiamas added a comment - 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,
Hide
Petr Škoda (skodak) added a comment -

Fixed long ago, thanks anyway

Show
Petr Škoda (skodak) added a comment - Fixed long ago, thanks anyway
Hide
Nicolas Martignoni added a comment -

Yes indeed, new admin interface corrected this. Sorry for the trouble!

Show
Nicolas Martignoni added a comment - Yes indeed, new admin interface corrected this. Sorry for the trouble!

People

Dates

  • Created:
    Updated:
    Resolved: