Most strings not translatable
robertDouglass - August 21, 2007 - 09:42
| Project: | AutoPilot |
| Version: | 5.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Description
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"));
?>