summaryrefslogtreecommitdiff
path: root/includes/bootstrap.inc
diff options
context:
space:
mode:
authorJennifer Hodgdon <yahgrp@poplarware.com>2013-01-04 09:40:15 -0800
committerJennifer Hodgdon <yahgrp@poplarware.com>2013-01-04 09:40:15 -0800
commitfe18e861582b121e2bb41ef7ab898dc10992e3fe (patch)
tree0416a6b4a021da013b053856443c793180ce9507 /includes/bootstrap.inc
parentd266845b260b9b048ce451603af2cbb4bcb53742 (diff)
downloadbrdo-fe18e861582b121e2bb41ef7ab898dc10992e3fe.tar.gz
brdo-fe18e861582b121e2bb41ef7ab898dc10992e3fe.tar.bz2
Issue #1862198 by plopesc: Make it clearer where to find placeholder docs for t
Diffstat (limited to 'includes/bootstrap.inc')
-rw-r--r--includes/bootstrap.inc5
1 files changed, 3 insertions, 2 deletions
diff --git a/includes/bootstrap.inc b/includes/bootstrap.inc
index 06752b13a..7fa42d049 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