diff options
author | ivan <ivan> | 2008-03-02 04:11:51 +0000 |
---|---|---|
committer | ivan <ivan> | 2008-03-02 04:11:51 +0000 |
commit | c648976f0b7975f2328ebd7ba8c711fad0ca4195 (patch) | |
tree | f3d176ec300a46c253ba25a988b897bce02fe174 /rt/lib/RT/Report | |
parent | 5e05724a635a22776f1b973f5d7e77989da4e048 (diff) | |
parent | 8103c1fc1b2c27a6855feadf26f91b980a54bc52 (diff) |
This commit was generated by cvs2svn to compensate for changes in r6255,
which included commits to RCS files with non-trunk default branches.
Diffstat (limited to 'rt/lib/RT/Report')
-rw-r--r-- | rt/lib/RT/Report/Tickets.pm | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |