Changeset 35359 in osm for applications/editors/josm/plugins/SaudiNationalAddress
- Timestamp:
- 2020-03-12T14:12:33+01:00 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/SaudiNationalAddress/src/org/openstreetmap/josm/plugins/saudinationaladdress/SaudiNationalAddressAction.java
r35358 r35359 166 166 167 167 private static void notification(String message, int messageType) { 168 new Notification("<strong>" + tr("Saudi National Address" + "</strong><br>" + message ))168 new Notification("<strong>" + tr("Saudi National Address") + "</strong><br>" + message) 169 169 .setIcon(messageType) 170 170 .setDuration(3000)
Note:
See TracChangeset
for help on using the changeset viewer.