From 11b932e19d0f2033f0431599428fedb89104ac80 Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Sun, 21 Nov 2010 09:16:54 +0000 Subject: #950028 by amateescu: Put context around the string 'Strong' for translators. --- modules/filter/filter.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') diff --git a/modules/filter/filter.module b/modules/filter/filter.module index 8834bead9..73805a15c 100644 --- a/modules/filter/filter.module +++ b/modules/filter/filter.module @@ -1257,7 +1257,7 @@ function _filter_html_tips($filter, $format, $long = FALSE) { 'a' => array(t('Anchors are used to make links to other pages.'), '' . check_plain(variable_get('site_name', 'Drupal')) . ''), 'br' => array(t('By default line break tags are automatically added, so use this tag to add additional ones. Use of this tag is different because it is not used with an open/close pair like all the others. Use the extra " /" inside the tag to maintain XHTML 1.0 compatibility'), t('Text with
line break')), 'p' => array(t('By default paragraph tags are automatically added, so use this tag to add additional ones.'), '

' . t('Paragraph one.') . '

' . t('Paragraph two.') . '

'), - 'strong' => array(t('Strong'), '' . t('Strong') . ''), + 'strong' => array(t('Strong', array(), array('context' => 'Font weight')), '' . t('Strong', array(), array('context' => 'Font weight')) . ''), 'em' => array(t('Emphasized'), '' . t('Emphasized') . ''), 'cite' => array(t('Cited'), '' . t('Cited') . ''), 'code' => array(t('Coded text used to show programming source code'), '' . t('Coded') . ''), -- cgit v1.2.3