Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Trivial
-
Resolution: Fixed/Completed
-
Affects Version/s: 3.0
-
Fix Version/s: 3.0
-
Component/s: Core CiviCRM
-
Labels:None
Description
I found untranslated "alert" and "confirm" strings in the following template files:
- templates/CRM/Event/Form/ManageEvent/Fee.tpl - line 201
- templates/CRM/Event/Form/EventFees.tpl - line 248
- templates/CRM/Contribute/Form/Contribution.tpl - line 239
I suspect there are others. One approach to find others:
- grep -r 'confirm(' . | grep -v svn
- grep -r 'alert(' . | grep -v svn