Changeset 16268 in josm for trunk/src/org
- Timestamp:
- 2020-04-12T11:27:14+02:00 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/dialogs/SearchDialog.java
r16260 r16268 292 292 GBC.eol()); 293 293 hintPanel.add(new SearchKeywordRow(hcbSearchString) 294 .addKeyword("<i>key </i>", null, tr("matches if ''key'' exists"))294 .addKeyword("<i>key:</i>", null, tr("matches if ''key'' exists")) 295 295 .addKeyword("<i>key</i>=<i>value</i>", null, tr("''key'' with exactly ''value''")) 296 296 .addKeyword("<i>key</i>~<i>regexp</i>", null, tr("value of ''key'' matching the regular expression ''regexp''"))
Note:
See TracChangeset
for help on using the changeset viewer.