diff options
| author | alecpl <alec@alec.pl> | 2009-07-22 19:04:53 +0000 | 
|---|---|---|
| committer | alecpl <alec@alec.pl> | 2009-07-22 19:04:53 +0000 | 
| commit | f134ad8c4cc6ec06da7cd63ebc1eb9a767c0fb65 (patch) | |
| tree | de12280fa3340b3bbcea773383c02e1bbc3c5f09 | |
| parent | 78f1611d9ff155276743b4ceffc39419e01cf385 (diff) | |
- s/en_UK/en_GB/
| -rw-r--r-- | plugins/help/localization/en_GB.inc (renamed from plugins/help/localization/en_UK.inc) | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/plugins/help/localization/en_UK.inc b/plugins/help/localization/en_GB.inc index cfc3980a4..8c2d1517c 100644 --- a/plugins/help/localization/en_UK.inc +++ b/plugins/help/localization/en_GB.inc @@ -3,6 +3,6 @@  $labels = array();  $labels['help'] = 'Help';  $labels['about'] = 'About'; -$labels['license'] = 'Licence'; +$labels['license'] = 'License';  ?> | 
