You are here

function locale_admin_string_edit in Drupal 4

Same name and namespace in other branches
  1. 5 modules/locale/locale.module \locale_admin_string_edit()

Display the string edit form.

1 string reference to 'locale_admin_string_edit'
locale_menu in modules/locale.module
Implementation of hook_menu().

File

modules/locale.module, line 404
Enables administrators to manage the site interface languages.

Code

function locale_admin_string_edit($lid) {
  include_once './includes/locale.inc';
  return _locale_string_edit($lid);
}