Browse Source

#527 Typo: license get an S in the US

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@1890 a333f486-631f-4898-b8df-5754b55c2be0
romainq 13 years ago
parent
commit
688b165406
1 changed files with 2 additions and 2 deletions
  1. 2 2
      datamodel/itop-config-mgmt-1.0.0/en.dict.itop-config-mgmt.php

+ 2 - 2
datamodel/itop-config-mgmt-1.0.0/en.dict.itop-config-mgmt.php

@@ -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',
 ));