aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Scherer <misc@mageia.org>2011-01-06 20:43:36 +0000
committerMichael Scherer <misc@mageia.org>2011-01-06 20:43:36 +0000
commite742219159a35f10da76c3a1cc7b7bbe0f95d825 (patch)
tree7ed91bbd2166d56f7fde539e5217459da86879d6
parent03ed92e2ee5979bab09b4ec128ca20aed587d817 (diff)
downloadpuppet-e742219159a35f10da76c3a1cc7b7bbe0f95d825.tar
puppet-e742219159a35f10da76c3a1cc7b7bbe0f95d825.tar.gz
puppet-e742219159a35f10da76c3a1cc7b7bbe0f95d825.tar.bz2
puppet-e742219159a35f10da76c3a1cc7b7bbe0f95d825.tar.xz
puppet-e742219159a35f10da76c3a1cc7b7bbe0f95d825.zip
- fix description, as pointed by wobo and remmy on ml
-rw-r--r--manifests/nodes.pp18
1 files 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",
}