Posted by robertDouglass on August 21, 2007 at 9:42am
| Project: | AutoPilot |
| Version: | 5.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
Most of the texts in this module cannot be translated:
<?php
$form['message'] = array("#type" => "markup", "#value" => "<p>Are you sure you want to delete this target?</p>");
$form['submit'] = array("#type" => "submit", "#value" => "Delete");
$form['cancel'] = array("#type" => "markup", "#value" => l("cancel", "admin/autopilot/configure"));
?>