Ignore:
Timestamp:
2017-08-08T09:10:23+02:00 (7 years ago)
Author:
stoecker
Message:

i18n issue

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/download/OverpassQueryWizardDialog.java

    r12576 r12580  
    224224                .append(TD_END).append(TD_START)
    225225                .append(tr("<span>Download objects that have some concrete key/value pair, only the key with any contents for the value, " +
    226                         "the value matching some regular expression. 'Not equal' operators are supported as well.</span>"))
     226                        "the value matching some regular expression. \"Not equal\" operators are supported as well.</span>"))
    227227                .append(TD_END).append(TR_END)
    228228                .append(TR_START).append(TD_START)
     
    232232                .append(TD_END).append(TD_START)
    233233                .append("<span>")
    234                 .append(tr("Basic logical operators can be used to create more sophisticated queries. Instead of 'or' - '|', '||' " +
    235                         "can be used, and instead of 'and' - '&', '&&'."))
     234                .append(tr("Basic logical operators can be used to create more sophisticated queries. Instead of \"or\" - \"|\", \"||\" " +
     235                        "can be used, and instead of \"and\" - \"&\", \"&&\"."))
    236236                .append("</span>")
    237237                .append(TD_END).append(TR_END).append("</table>")
Note: See TracChangeset for help on using the changeset viewer.