Index: trunk/extensions/SemanticMediaWiki/specials/SearchTriple/SMW_SpecialBrowse.php |
— | — | @@ -141,7 +141,7 @@ |
142 | 142 | $displayline = true; |
143 | 143 | if ($property->isVisible()) { |
144 | 144 | $property->setCaption($this->getPropertyLabel($property, $incoming)); |
145 | | - $proptext = $property->getLongHTMLText($skin) . "\n"; |
| 145 | + $proptext = $property->getShortHTMLText($skin) . "\n"; |
146 | 146 | } else { |
147 | 147 | // global $smwgContLang; |
148 | 148 | // $proptext = $smwgContLang->findSpecialPropertyLabel( $property ); |
— | — | @@ -364,7 +364,7 @@ |
365 | 365 | $rv = wfMsg('smw_inverse_label_default', $property->getWikiValue()); |
366 | 366 | } |
367 | 367 | } else { |
368 | | - $rv = $property->getWikiValue(); |
| 368 | + $rv = $property->getWikiValue(); |
369 | 369 | } |
370 | 370 | return $this->unbreak($rv); |
371 | 371 | } |
Index: trunk/extensions/SemanticMediaWiki/languages/SMW_Messages.php |
— | — | @@ -242,7 +242,7 @@ |
243 | 243 | 'smw_browse_no_outgoing' => 'This page has no properties.', |
244 | 244 | 'smw_browse_no_incoming' => 'No properties link to this page.', |
245 | 245 | 'smw_inverse_label_default' => '$1 of', |
246 | | - 'smw_inverse_label_property' => 'Inverse property label, or denomination', |
| 246 | + 'smw_inverse_label_property' => 'Inverse property label', # this is the name of a special property |
247 | 247 | |
248 | 248 | // Messages for the page property special |
249 | 249 | 'pageproperty' => 'Page property search', |
Property changes on: trunk/extensions/SemanticMediaWiki |
___________________________________________________________________ |
Modified: svn:ignore |
250 | 250 | - .project
|
.settings
|
251 | 251 | + .project |
.settings |
.buildpath |