diff --git a/Plugins/JSONDescriptor.h b/Plugins/JSONDescriptor.h index e82508386..ae9987332 100644 --- a/Plugins/JSONDescriptor.h +++ b/Plugins/JSONDescriptor.h @@ -165,9 +165,9 @@ public: entireDistance += _dist; } else { if(type == 0 && prevType != 0) - routeInstructionString += ",enter motorway and "; + routeInstructionString += ",enter motorway, "; if(type != 0 && prevType == 0 ) - routeInstructionString += ",leave motorway and "; + routeInstructionString += ",leave motorway, "; routeInstructionString += "\", \""; if(nameID != 0) routeInstructionString += sEngine->GetEscapedNameForNameID(nameID);