Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 1.7
-
Fix Version/s: 1.9.8
-
Component/s: HTML Editor
-
Labels:None
-
Environment:Linux, firefox 1.5, Moodle 1.7
-
Database:PostgreSQL
-
Affected Branches:MOODLE_17_STABLE
-
Fixed Branches:MOODLE_19_STABLE
Description
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.
Issue Links
| This issue will be resolved by: | ||||
| MDL-7266 | Hover text for 'Search and replace' button in the HTML editor inconvenient for translation. |
|
|
|
| MDL-21229 | 'createanchor' string is not used in editor |
|
|
|
| This issue has a non-specific relationship to: | ||||
| MDL-3728 | Some translated button tooltips in HTML Editor show allways in english |
|
|
|
Activity
- All
- Comments
- History
- Activity
- Source
- Test Sessions
Both strings are now fixed - see the linked issues. Closing.