diff options
author | Greg Sabino Mullane | 2011-06-21 11:29:29 +0000 |
---|---|---|
committer | Greg Sabino Mullane | 2011-06-21 11:29:29 +0000 |
commit | 7e67ae7bc427d519c8f8ddeb4ceacd35288f7403 (patch) | |
tree | d32e5dec1cce25a5cbf36e9d1b193f4a310c36ca | |
parent | 0e83421ac4dac20375784e9e2f7df22cb3fa57e0 (diff) | |
parent | 922e68aea81e44713f39228f5d09772e23d40e49 (diff) |
Merge branch 'master' of greg@bucardo.org:/var/lib/git/check_postgres
-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 de2cc694d..f248782cf 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%)}, |