Fix translations.

This commit is contained in:
Unick Soft 2017-06-24 11:41:29 +03:00
parent 57138f7808
commit 3e3952136a
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@
$g_lang["add_node"] = "Add vertex"; $g_lang["add_node"] = "Add vertex";
$g_lang["connect_nodes"] = "Connect vertexes"; $g_lang["connect_nodes"] = "Connect vertexes";
$g_lang["delete"] = "Remove object"; $g_lang["delete"] = "Remove object";
$g_lang["default"] = "Drad & drop"; $g_lang["default"] = "Drag";
$g_lang["short_path"] = "Find shortest path"; $g_lang["short_path"] = "Find shortest path";
$g_lang["save_direction_choose"] = "Save edge type"; $g_lang["save_direction_choose"] = "Save edge type";
$g_lang["edge_weight"] = "Edge weight"; $g_lang["edge_weight"] = "Edge weight";

View File

@ -16,7 +16,7 @@ VerticesDegree.prototype = Object.create(BaseAlgorithm.prototype);
VerticesDegree.prototype.getName = function(local) VerticesDegree.prototype.getName = function(local)
{ {
return local == "ru" ? "Рассчитать степень вершин" : "Calculate vertices degree"; return local == "ru" ? "Рассчитать степень вершин" : "Calculate vertexes degree";
} }
VerticesDegree.prototype.getId = function() VerticesDegree.prototype.getId = function()