From 8103c1fc1b2c27a6855feadf26f91b980a54bc52 Mon Sep 17 00:00:00 2001 From: ivan Date: Sun, 2 Mar 2008 04:11:51 +0000 Subject: import rt 3.6.6 --- rt/lib/RT/Report/Tickets.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rt/lib/RT/Report') diff --git a/rt/lib/RT/Report/Tickets.pm b/rt/lib/RT/Report/Tickets.pm index 4fdde1a48..97e27d3ff 100644 --- a/rt/lib/RT/Report/Tickets.pm +++ b/rt/lib/RT/Report/Tickets.pm @@ -409,7 +409,7 @@ sub _ParseQuery { $val = "'$val'"; } - push @actions, [ $self->CurrentUser->loc("Unknown field: $key"), -1 ] unless $class; + push @actions, [ $self->CurrentUser->loc("Unknown field: [_1]", $key), -1 ] unless $class; $want = PAREN | AGGREG; } -- cgit v1.2.1