Ticket #1344 (closed Bug: fixed)
Fix missing translations in Goals plugin
| Reported by: | halfdan | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | Piwik 0.6.2 |
| Component: | Core | Keywords: | |
| Cc: | Sensitive: | no |
Description
The Goals plugin didn't show the proper translation for it's menu items.
Reason: - Piwik_AddMenu was used without a proper translation string. (Goals_AddNewGoal) - No translation for menu item found -> Goals_Overview created.
Please add the line: "Goals_Overview" => "Overview",
to the en.php.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

