Index: trunk/src/org/openstreetmap/josm/actions/AlignInCircleAction.java
===================================================================
--- trunk/src/org/openstreetmap/josm/actions/AlignInCircleAction.java	(revision 17415)
+++ trunk/src/org/openstreetmap/josm/actions/AlignInCircleAction.java	(revision 17416)
@@ -114,5 +114,5 @@
                 UndoRedoHandler.getInstance().add(cmd);
             else {
-                new Notification(tr("nothing changed"))
+                new Notification(tr("Nothing changed"))
                 .setIcon(JOptionPane.INFORMATION_MESSAGE)
                 .setDuration(Notification.TIME_SHORT)
