Index: trunk/extensions/SemanticMediaWiki/includes/SMW_PageSchemas.php |
— | — | @@ -196,9 +196,9 @@ |
197 | 197 | $propLabels = $smwgContLang->getPropertyLabels(); |
198 | 198 | $hasTypeLabel = $propLabels['_TYPE']; |
199 | 199 | $typeTag = "[[$hasTypeLabel::$propertyType]]"; |
200 | | - $text = wfMsgForContent( 'ps-property-isproperty', $typeTag ); |
| 200 | + $text = wfMsgForContent( 'smw-createproperty-isproperty', $typeTag ); |
201 | 201 | if ( $allowedValues != null) { |
202 | | - $text .= "\n\n" . wfMsgExt( 'ps-property-allowedvals', array( 'parsemag', 'content' ), count( $allowedValues ) ); |
| 202 | + $text .= "\n\n" . wfMsgExt( 'smw-createproperty-allowedvals', array( 'parsemag', 'content' ), count( $allowedValues ) ); |
203 | 203 | foreach ( $allowedValues as $i => $value ) { |
204 | 204 | if ( method_exists( $smwgContLang, 'getPropertyLabels' ) ) { |
205 | 205 | $prop_labels = $smwgContLang->getPropertyLabels(); |