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


Ignore:
Timestamp:
2022-03-27T12:59:12+02:00 (2 years ago)
Author:
stoecker
Message:

fix i18n, see #21480

File:
1 edited

Legend:

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

    r18412 r18420  
    322322        hintPanel.add(new SearchKeywordRow(hcbSearchString)
    323323                .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'')"))
    325325                .addKeyword("<i>key</i>=<i>value</i>", null, tr("''key'' with exactly ''value''"))
    326326                .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.