import rt 3.6.6
[freeside.git] / rt / html / Search / Build.html
index ba5f7a1..2639587 100644 (file)
@@ -458,7 +458,7 @@ my $ParseQuery = sub {
                 $val = "'$val'";
             }
 
-            push @$actions, [ loc("Unknown field: $key"), -1 ] unless $class;
+            push @$actions, [ loc("Unknown field: [_1]", $key), -1 ] unless $class;
 
             $want = PAREN | AGGREG;
         }