mirror of
https://github.com/UnickSoft/graphonline.git
synced 2026-02-16 10:40:57 +00:00
Fix connect text
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user