diff options
-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%)}, |