diff --git a/lang/en/home.php b/lang/en/home.php index 3c4dff2..e61bc98 100755 --- a/lang/en/home.php +++ b/lang/en/home.php @@ -5,7 +5,7 @@ $g_lang["add_node"] = "Add vertex"; $g_lang["connect_nodes"] = "Connect vertexes"; $g_lang["delete"] = "Remove object"; - $g_lang["default"] = "Drad & drop"; + $g_lang["default"] = "Drag"; $g_lang["short_path"] = "Find shortest path"; $g_lang["save_direction_choose"] = "Save edge type"; $g_lang["edge_weight"] = "Edge weight"; diff --git a/script/plugins/VerticesDegree.js b/script/plugins/VerticesDegree.js index 96ece41..dc2f765 100644 --- a/script/plugins/VerticesDegree.js +++ b/script/plugins/VerticesDegree.js @@ -16,7 +16,7 @@ VerticesDegree.prototype = Object.create(BaseAlgorithm.prototype); VerticesDegree.prototype.getName = function(local) { - return local == "ru" ? "Рассчитать степень вершин" : "Calculate vertices degree"; + return local == "ru" ? "Рассчитать степень вершин" : "Calculate vertexes degree"; } VerticesDegree.prototype.getId = function()