-
Bug
-
Resolution: Fixed
-
Minor
-
1.7
-
None
-
Linux, firefox 1.5, Moodle 1.7
-
PostgreSQL
-
MOODLE_17_STABLE
-
MOODLE_19_STABLE
Not all tool tips has been putted into lib\editor\htmlarea\lang\en.php, this caused some tooltips not translated into local language.
After review the code, I find we need add:
createanchor: "<?php print_string("createanchor","editor") ?>",
searchandreplace: "<?php print_string("searchandreplace","editor") ?>",
into en.php file, in tooltips area.
Hope someone can integrated this into Moodle cvs.
- has a non-specific relationship to
-
MDL-3728 Some translated button tooltips in HTML Editor show allways in english
-
- Closed
-