diff options
author | Greg Sabino Mullane | 2012-01-16 14:47:44 +0000 |
---|---|---|
committer | Greg Sabino Mullane | 2012-01-16 14:47:44 +0000 |
commit | dd620c3ca18d9dc33aa5966525ffd198ab8efecc (patch) | |
tree | b7d817dbd159feeaaba88c7c9f84084769d079b8 | |
parent | b3596d5529d3fb467acb94e42c38deb253419a88 (diff) |
Getting tired of these !@#$!@#%! tabs in this !~@#$!@#$ code
-rw-r--r-- | t/03_translations.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/03_translations.t b/t/03_translations.t index d321f06b5..b8263b4ba 100644 --- a/t/03_translations.t +++ b/t/03_translations.t @@ -178,7 +178,7 @@ for my $l (sort keys %complete_langs) { my $lval = $msg{$l}{$msg}->[1]; my $indent = $msg{$l}{$msg}->[0]; next if $language eq 'French' and ($msg eq 'PID' or $msg eq 'port' or $msg eq 'pgbouncer-pool' - or $msg eq 'index' or $msg eq 'table' or $msg eq 'transactions'); + or $msg eq 'index' or $msg eq 'table' or $msg eq 'transactions'); if ($val eq $lval and $indent) { fail qq{Message '$msg' in language $language appears to not be translated, but it not marked as such}; $ok = 0; |