Moodle

html editor ignores translated icon tooltips

Details

  • Type: Bug Bug
  • Status: Closed Closed
  • Priority: Trivial Trivial
  • Resolution: Fixed
  • Affects Version/s: 1.5.2
  • Fix Version/s: 1.8.4
  • Component/s: HTML Editor
  • Labels:
    None
  • Environment:
    All
  • Affected Branches:
    MOODLE_15_STABLE
  • Fixed Branches:
    MOODLE_18_STABLE

Description

All defined strings in editor.php language file (in /lang/xxx) are translated, but HTML editor leaves “Search and replace” and “Create anchor” strings in English.

All other strings work fine and those two strings are defined in language file.

Didn't investigate too deep... well I did now (why not point out solution not just the problem

in /lib/editor/lang/en.php in tooltip: section following lines will solve the issue:

search_replace: <?php print_string(searchandreplace,editor);?>,

createanchor: <?php print_string(createanchor,editor);?>

That's all.

Activity

Hide
Mathieu Petit-Clair added a comment -

This was fixed some time ago. Can't test every language, but at least in French, the strings are properly translated.

Show
Mathieu Petit-Clair added a comment - This was fixed some time ago. Can't test every language, but at least in French, the strings are properly translated.

People

Vote (0)
Watch (0)

Dates

  • Created:
    Updated:
    Resolved: