We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0a186a commit 6681585Copy full SHA for 6681585
src/main/java/org/openstreetmap/josm/plugins/pt_assistant/validation/SegmentChecker.java
@@ -660,7 +660,7 @@ protected static void modifyStopByStopErrorMessages() {
660
} else if (numberOfFixes == 1) {
661
builder.message(tr("PT: Problem in the route segment with one automatic fix"));
662
} else {
663
- builder.message("PT: Problem in the route segment with several automatic fixes");
+ builder.message(tr("PT: Problem in the route segment with several automatic fixes"));
664
}
665
666
0 commit comments