- Timestamp:
- 2022-03-27T12:59:12+02:00 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/dialogs/SearchDialog.java
r18412 r18420 322 322 hintPanel.add(new SearchKeywordRow(hcbSearchString) 323 323 .addKeyword("<i>key:</i>", null, tr("matches if ''key'' exists")) 324 .addKeyword("<i>key?</i>", null, tr("matches if ''key'' ' has a truthy value (''true'', ''yes'', ''1', ''on')"))324 .addKeyword("<i>key?</i>", null, tr("matches if ''key'' has a truthy value (''true'', ''yes'', ''1', ''on'')")) 325 325 .addKeyword("<i>key</i>=<i>value</i>", null, tr("''key'' with exactly ''value''")) 326 326 .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.