Changeset 18424 in josm


Ignore:
Timestamp:
2022-03-30T18:36:39+02:00 (2 years ago)
Author:
stoecker
Message:

see #21480 - i18n fix

File:
1 edited

Legend:

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

    r18420 r18424  
    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.