Skip to content
Snippets Groups Projects
Commit 5f274457 authored by Gregory Viguier's avatar Gregory Viguier
Browse files

Fix for accents

parent 9216c2b9
No related branches found
No related tags found
No related merge requests found
......@@ -155,7 +155,7 @@ public class TrajectoryView extends JPanel implements ICustomTrajectoryListener
boolean hcsTrajectory) {
this.trajectoryController = trajectoryController;
this.rangePosition = iPosition;
setToolTipText(actuatorName + " range n" + (rangePosition + 1));
setToolTipText(actuatorName + " range #" + (rangePosition + 1));
this.actuatorName = actuatorName;
this.hcsTrajectory = hcsTrajectory;
initialize();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment