import rt 3.6.6
[freeside.git] / rt / lib / RT / Report / Tickets.pm
index 4fdde1a..97e27d3 100644 (file)
@@ -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;
         }