Index: /trunk/src/org/openstreetmap/josm/actions/search/SearchCompiler.java
===================================================================
--- /trunk/src/org/openstreetmap/josm/actions/search/SearchCompiler.java	(revision 4692)
+++ /trunk/src/org/openstreetmap/josm/actions/search/SearchCompiler.java	(revision 4693)
@@ -911,5 +911,5 @@
                         return new TimestampRange(minDate, maxDate);
                     } else {
-                        throw new ParseError(tr("Expecting <i>min</i>/<i>max</i>'' after ''timestamp2''"));
+                        /* I18n: Don't translate timestamop keyword */ throw new ParseError(tr("Expecting <i>min</i>/<i>max</i>'' after ''timestamp''"));
                     }
                 } else if ("changeset".equals(key))
