Index: trunk/extensions/Wikidata/OmegaWiki/WikiDataGlobals.php |
— | — | @@ -132,7 +132,7 @@ |
133 | 133 | $wgIncomingRelationsAttributeId = "reciprocalRelations"; |
134 | 134 | $wgPossiblySynonymousAttributeId = "possiblySynonymous"; |
135 | 135 | $wgRelationsAttributeId = "relations"; |
136 | | -$wgSynonymsAndTranslationsAttributeId = "synonymsTranslations"; |
| 136 | +$wgSynonymsAndTranslationsAttributeId = "synonymsAndTranslations"; |
137 | 137 | |
138 | 138 | // Defined meaning editor |
139 | 139 | |