Changeset 17416 in josm


Ignore:
Timestamp:
2020-12-17T15:02:40+01:00 (3 years ago)
Author:
GerdP
Message:

i18n: use "Nothing changed" instead of "nothing changed" as in CreateMultipolygonAction

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/actions/AlignInCircleAction.java

    r17393 r17416  
    114114                UndoRedoHandler.getInstance().add(cmd);
    115115            else {
    116                 new Notification(tr("nothing changed"))
     116                new Notification(tr("Nothing changed"))
    117117                .setIcon(JOptionPane.INFORMATION_MESSAGE)
    118118                .setDuration(Notification.TIME_SHORT)
Note: See TracChangeset for help on using the changeset viewer.