diff options
author | Guillaume Lelarge | 2011-06-16 20:09:04 +0000 |
---|---|---|
committer | Guillaume Lelarge | 2011-06-16 20:09:04 +0000 |
commit | 922e68aea81e44713f39228f5d09772e23d40e49 (patch) | |
tree | ecee2b583cf5f4e191a8e7a2a8c03786eebe25f6 | |
parent | 88568090e49e51683fc6ba86631be749677a3278 (diff) |
Small french update
-rwxr-xr-x | check_postgres.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/check_postgres.pl b/check_postgres.pl index 6fcc47993..b59d19ecc 100755 --- a/check_postgres.pl +++ b/check_postgres.pl @@ -322,7 +322,7 @@ our %msg = ( }, 'fr' => { 'address' => q{adresse}, -'age' => q{âge}, + 'age' => q{âge}, 'backends-fatal' => q{N'a pas pu se connecter : trop de connexions}, 'backends-mrtg' => q{DB=$1 Connexions maximum=$2}, 'backends-msg' => q{$1 connexions sur $2 ($3%)}, |