locale_admin_string_edit($lid)locale/locale.module, line 395
Display the string edit form.
<?php function locale_admin_string_edit($lid) { include_once './includes/locale.inc'; return _locale_string_edit($lid); } ?>