Fix translation.

This commit is contained in:
Oleg Sh
2022-03-06 20:47:52 +02:00
parent 5147afe86e
commit 0904a350ca
8 changed files with 16 additions and 16 deletions

View File

@@ -261,10 +261,10 @@
$g_lang['all'] = "All";
//FindAllPatches.js
$g_lang['find_all_pathes'] = "Find all pathes";
$g_lang['find_all_pathes'] = "Find all paths";
$g_lang['number_of_pathes_from'] = "Number of pathes from ";
$g_lang['to'] = " to ";
$g_lang['are'] = " are ";
$g_lang['are'] = " is ";
$g_lang['path_n'] = "Path #";
$g_lang['selected_finish_vertex'] = "Select finish vertex";
$g_lang['selected_start_vertex'] = "Select start vertex";