Index: trunk/phase3/includes/filerepo/FileRepo.php |
— | — | @@ -548,8 +548,8 @@ |
549 | 549 | if ( $this->name == 'local' ) { |
550 | 550 | return null; |
551 | 551 | } |
552 | | - $repoName = wfMsg( 'shared-repo-' . $this->name ); |
553 | | - if ( !wfEmptyMsg( 'shared-repo-' . $this->name, $repoName ) ) { |
| 552 | + $repoName = wfMsg( 'shared-repo-name-' . $this->name ); |
| 553 | + if ( !wfEmptyMsg( 'shared-repo-name-' . $this->name, $repoName ) ) { |
554 | 554 | return $repoName; |
555 | 555 | } |
556 | 556 | return wfMsg( 'shared-repo' ); |