Revision
679
Author
misc
Date
2011-01-06 21:43:36 +0100 (Thu, 06 Jan 2011)

Log Message

- fix description, as pointed by wobo and remmy on ml

Modified Paths

Modified: puppet/manifests/nodes.pp
===================================================================
--- puppet/manifests/nodes.pp	2011-01-06 14:07:03 UTC (rev 678)
+++ puppet/manifests/nodes.pp	2011-01-06 20:43:36 UTC (rev 679)
@@ -66,47 +66,47 @@
     # please check that the list use the proper code for
     # language ( not to be confused with tld or country code )
     sympa::public_list {"i18n-af":
-        subject => "List about translation in Afrikaans",
+        subject => "List about translation to Afrikaans",
         topics => "i18n",
     }
 
     sympa::public_list {"i18n-de":
-        subject => "List about translation in German",
+        subject => "List about translation to German",
         topics => "i18n",
     }
 
     sympa::public_list {"i18n-et":
-        subject => "List about translation in Estonian",
+        subject => "List about translation to Estonian",
         topics => "i18n",
     }
 
     sympa::public_list {"i18n-fr":
-        subject => "List about translation in French",
+        subject => "List about translation to French",
         topics => "i18n",
     }
 
     sympa::public_list {"i18n-nl":
-        subject => "List about translation in Dutch",
+        subject => "List about translation to Dutch",
         topics => "i18n",
     }
 
     sympa::public_list {"i18n-pt_br":
-        subject => "List about translation in Brazilian Portuguese",
+        subject => "List about translation to Brazilian Portuguese",
         topics => "i18n",
     }
 
     sympa::public_list {"i18n-pl":
-        subject => "List about translation in Polish",
+        subject => "List about translation to Polish",
         topics => "i18n",
     }
 
     sympa::public_list {"i18n-ru":
-        subject => "List about translation in Russian",
+        subject => "List about translation to Russian",
         topics => "i18n",
     }
 
     sympa::public_list {"i18n-tr":
-        subject => "List about translation in Turkish",
+        subject => "List about translation to Turkish",
         topics => "i18n",
     }