Index: trunk/src/org/openstreetmap/josm/gui/tagging/presets/items/Text.java
===================================================================
--- trunk/src/org/openstreetmap/josm/gui/tagging/presets/items/Text.java	(revision 19459)
+++ trunk/src/org/openstreetmap/josm/gui/tagging/presets/items/Text.java	(revision 19460)
@@ -168,5 +168,5 @@
                 try {
                     // NumberFormat cannot parse negative for hr_HR and also needs a workaround for the +
-                    // see #2374
+                    // see #24374
                     final int buttonvalue = Integer.parseInt(ai);
                     if (auto_increment_selected == buttonvalue) aibutton.setSelected(true);
