From e742219159a35f10da76c3a1cc7b7bbe0f95d825 Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Thu, 6 Jan 2011 20:43:36 +0000 Subject: - fix description, as pointed by wobo and remmy on ml --- manifests/nodes.pp | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/manifests/nodes.pp b/manifests/nodes.pp index 58e8167a..d1c0dedb 100644 --- a/manifests/nodes.pp +++ b/manifests/nodes.pp @@ -66,47 +66,47 @@ node alamut { # 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", } -- cgit v1.2.1