Skip to content

Commit 6681585

Browse files
committed
fix #71 - missing translation
1 parent a0a186a commit 6681585

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/openstreetmap/josm/plugins/pt_assistant/validation/SegmentChecker.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -660,7 +660,7 @@ protected static void modifyStopByStopErrorMessages() {
660660
} else if (numberOfFixes == 1) {
661661
builder.message(tr("PT: Problem in the route segment with one automatic fix"));
662662
} else {
663-
builder.message("PT: Problem in the route segment with several automatic fixes");
663+
builder.message(tr("PT: Problem in the route segment with several automatic fixes"));
664664
}
665665

666666
}

0 commit comments

Comments
 (0)