diff options
Diffstat (limited to 'includes/theme.inc')
-rw-r--r-- | includes/theme.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/theme.inc b/includes/theme.inc index 356018c7a..610865a60 100644 --- a/includes/theme.inc +++ b/includes/theme.inc @@ -365,7 +365,7 @@ function theme_get_styles() { */ /** - * Format a dynamic text string for emphasised display in a placeholder. + * Format a dynamic text string for emphasized display in a placeholder. * * E.g. t('Added term %term', array('%term' => theme('placeholder', $term))) * |