Fix connect text

This commit is contained in:
Unick Soft
2018-10-21 18:20:23 +02:00
parent 69fddd3dba
commit 2829bed27c
2 changed files with 2 additions and 2 deletions

View File

@@ -497,7 +497,7 @@ ConnectionGraphHandler.prototype.SelectFirst = function()
ConnectionGraphHandler.prototype.SelectSecond = function(selectedObject)
{
this.firstObject = selectedObject;
this.message = g_selectFisrtVertexToConnect + this.GetSelect2VertexMenu();
this.message = g_selectSecondVertexToConnect + this.GetSelect2VertexMenu();
}
ConnectionGraphHandler.prototype.SelectFirstVertexMenu = function(vertex1Text, vertex)