Index: trunk/extensions/SemanticForms/includes/SF_FormField.php |
— | — | @@ -174,7 +174,7 @@ |
175 | 175 | if ( $template_field->getSemanticProperty() == "" ) { |
176 | 176 | // Print nothing if there's no semantic property. |
177 | 177 | } elseif ( $template_field->getPropertyType() == "" ) { |
178 | | - $text .= '<p>' . wfMsg( 'sf_createform_fieldpropunknowntype', $prop_link_text ) . "</p>\n"; |
| 178 | + $text .= '<p>' . wfMsgExt( 'sf_createform_fieldpropunknowntype', 'parse', $prop_link_text ) . "</p>\n"; |
179 | 179 | } else { |
180 | 180 | if ( $template_field->isList() ) { |
181 | 181 | $propDisplayMsg = 'sf_createform_fieldproplist'; |
— | — | @@ -197,7 +197,7 @@ |
198 | 198 | $propertyTypeStr = SFUtils::linkText( SMW_NS_TYPE, $propertyTypeLabel ); |
199 | 199 | } |
200 | 200 | } |
201 | | - $text .= Xml::tags( 'p', null, wfMsg( $propDisplayMsg, $prop_link_text, $propertyTypeStr ) ) . "\n"; |
| 201 | + $text .= Xml::tags( 'p', null, wfMsgExt( $propDisplayMsg, 'parseinline', $prop_link_text, $propertyTypeStr ) ) . "\n"; |
202 | 202 | } |
203 | 203 | // If it's not a semantic field - don't add any text. |
204 | 204 | $form_label_text = wfMsg( 'sf_createform_formlabel' ); |