Merge "Less wild whitespace"
[lhc/web/wiklou.git] / includes / SkinTemplate.php
index ddd0780..da4af61 100644 (file)
@@ -1207,6 +1207,7 @@ class SkinTemplate extends Skin {
                        $rootUser = $user->getName();
 
                        $nav_urls['contributions'] = array(
+                               'text' => $this->msg( 'contributions', $rootUser )->text(),
                                'href' => self::makeSpecialUrlSubpage( 'Contributions', $rootUser )
                        );