Index: trunk/extensions/WhatIsMyIP/WhatIsMyIP.i18n.php |
— | — | @@ -13,10 +13,10 @@ |
14 | 14 | */ |
15 | 15 | $messages['en'] = array( |
16 | 16 | 'whatismyip' => 'What is my IP', |
17 | | - 'whatismyip-desc' => 'Shows current user\'s IP address on [[Special:WhatIsMyIP]]', |
18 | | - 'whatismyip-out' => 'Your IP:', |
| 17 | + 'whatismyip-desc' => 'Shows current user\'s [[Special:WhatIsMyIP|IP address]]', |
| 18 | + 'whatismyip-out' => 'Your IP adrress:', |
19 | 19 | // For Special:ListGroupRights |
20 | | - 'right-whatismyip' => 'View their own IP address on [[Special:WhatIsMyIP]]', |
| 20 | + 'right-whatismyip' => 'View own IP address on [[Special:WhatIsMyIP]]', |
21 | 21 | ); |
22 | 22 | |
23 | 23 | /** Message documentation (Message documentation) |