Index: branches/new-installer/phase3/skins/common/config.js |
— | — | @@ -91,6 +91,6 @@ |
92 | 92 | value = value.replace(/^_+/, '').replace(/_+$/, ''); |
93 | 93 | value = value.substr(0, 1).toUpperCase() |
94 | 94 | + value.substr(1); |
95 | | - label.innerHTML = wgSameNamespacePrefix + ' ' + value; |
| 95 | + label.innerHTML = wgSameNamespacePrefix.replace('$1', value); |
96 | 96 | } |
97 | 97 | |
Index: branches/new-installer/phase3/languages/messages/MessagesEn.php |
— | — | @@ -4340,7 +4340,7 @@ |
4341 | 4341 | 'config-site-name-blank' => 'Please enter a site name.', |
4342 | 4342 | 'config-project-namespace' => 'Project namespace', |
4343 | 4343 | 'config-ns-generic' => 'Project', |
4344 | | -'config-ns-site-name' => 'Same as the wiki name:', |
| 4344 | +'config-ns-site-name' => 'Same as the wiki name: $1', |
4345 | 4345 | 'config-ns-other' => 'Other (please specify)', |
4346 | 4346 | 'config-project-namespace-help' => 'Following Wikipedia\'s example, many wikis keep their policy and help pages separate from their content pages, in a "<strong>project namespace</strong>". |
4347 | 4347 | All page titles in this namespace start with a certain prefix, which you can specify here. |