mirror of
https://github.com/UnickSoft/graphonline.git
synced 2025-07-01 15:26:12 +00:00
Added use of locale in Graph Reorder algorithm
This commit is contained in:
parent
92dd7751e3
commit
56ab95df40
@ -30,7 +30,7 @@ GraphReorder.prototype.getId = function()
|
||||
// @return message for user.
|
||||
GraphReorder.prototype.getMessage = function(local)
|
||||
{
|
||||
return (local == "ru" ? "Готово" : "Done");
|
||||
return g_done;
|
||||
}
|
||||
|
||||
GraphReorder.prototype.result = function(resultCallback)
|
||||
|
Loading…
x
Reference in New Issue
Block a user