Changeset 16268 in josm for trunk/src/org/openstreetmap


Ignore:
Timestamp:
2020-04-12T11:27:14+02:00 (4 years ago)
Author:
simon04
Message:

see #15943 - SearchDialog: fix search hint to search for existing key

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/dialogs/SearchDialog.java

    r16260 r16268  
    292292                GBC.eol());
    293293        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"))
    295295                .addKeyword("<i>key</i>=<i>value</i>", null, tr("''key'' with exactly ''value''"))
    296296                .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.