#527 Typo: license get an S in the US

SVN:trunk[1890]
This commit is contained in:
Romain Quetiez
2012-03-14 08:53:28 +00:00
parent 78ec612ba0
commit 6570b6a250

View File

@@ -359,7 +359,7 @@ Dict::Add('EN US', 'English', 'English', array(
//
Dict::Add('EN US', 'English', 'English', array(
'Class:Licence' => 'Licence',
'Class:Licence' => 'License', // In GB, the noun is "Licence", whereas in US, it is ok with "License" anytime.
'Class:Licence+' => '',
'Class:Licence/Attribute:provider' => 'Provider',
'Class:Licence/Attribute:provider+' => '',
@@ -382,7 +382,7 @@ Dict::Add('EN US', 'English', 'English', array(
'Class:Licence/Attribute:usage_limit' => 'Usage limit',
'Class:Licence/Attribute:usage_limit+' => '',
'Class:Licence/Attribute:usage_list' => 'Usage',
'Class:Licence/Attribute:usage_list+' => 'Application instances using this licence',
'Class:Licence/Attribute:usage_list+' => 'Application instances using this license',
));