Index: applications/editors/josm/plugins/turnrestrictions/src/org/openstreetmap/josm/plugins/turnrestrictions/editor/TurnRestrictionEditor.java
===================================================================
--- applications/editors/josm/plugins/turnrestrictions/src/org/openstreetmap/josm/plugins/turnrestrictions/editor/TurnRestrictionEditor.java	(revision 20624)
+++ applications/editors/josm/plugins/turnrestrictions/src/org/openstreetmap/josm/plugins/turnrestrictions/editor/TurnRestrictionEditor.java	(revision 20633)
@@ -101,6 +101,5 @@
         pnl.add(new SideButton(new CancelAction()));
         
-        // FIXME: fix help topics
-        pnl.add(new SideButton(new ContextSensitiveHelpAction(ht("/Plugin/turnrestrictions"))));
+        pnl.add(new SideButton(new ContextSensitiveHelpAction(ht("/Plugins/turnrestrictions"))));
         return pnl;
     }
Index: applications/editors/josm/plugins/turnrestrictions/src/org/openstreetmap/josm/plugins/turnrestrictions/qa/MissingTurnRestrictionLegError.java
===================================================================
--- applications/editors/josm/plugins/turnrestrictions/src/org/openstreetmap/josm/plugins/turnrestrictions/qa/MissingTurnRestrictionLegError.java	(revision 20624)
+++ applications/editors/josm/plugins/turnrestrictions/src/org/openstreetmap/josm/plugins/turnrestrictions/qa/MissingTurnRestrictionLegError.java	(revision 20633)
@@ -34,5 +34,5 @@
 		switch(role){
 		case FROM: 
-			msg = tr("An OSM way with role <tt>from</t> is required in a turn restriction.");
+			msg = tr("An OSM way with role <tt>from</tt> is required in a turn restriction.");
 			break;
 		case TO: 
