Page Chapter 23. Installation Profiles, Page 362
Wed, 06/20/2007 - 8:38am — Benjamin Melançon
Location on the page:
Last chunk of code example
Error:
Use of t() instead of st()
(Contrary to note on page 363, "We use st() instead of t() throughout the installation profile to allow the entire installation profile translation, if any, to be stored in an installation profile translation file.")
Correction:
Replace:
'name' => t('News Categories'),
with:
'name' => st('News Categories'),
Description of the Error:
typo
