diff --git a/includes/bootstrap.inc b/includes/bootstrap.inc index 06752b13a753b1f78cb8618e4b14512de59f3d5d..7fa42d049d36416677af86fda3c6b2f93c862884 100644 --- a/includes/bootstrap.inc +++ b/includes/bootstrap.inc @@ -1420,8 +1420,9 @@ function drupal_unpack($obj, $field = 'data') { * Basically, you can put variables like @name into your string, and t() will * substitute their sanitized values at translation time. (See the * Localization API pages referenced above and the documentation of - * format_string() for details.) Translators can then rearrange the string as - * necessary for the language (e.g., in Spanish, it might be "blog de @name"). + * format_string() for details about how to define variables in your string.) + * Translators can then rearrange the string as necessary for the language + * (e.g., in Spanish, it might be "blog de @name"). * * During the Drupal installation phase, some resources used by t() wil not be * available to code that needs localization. See st() and get_t() for