Commit f4bab81e authored by Alexandre Delanoë's avatar Alexandre Delanoë

[FIX] NodeText user translation

parent 32cccfb3
...@@ -254,7 +254,7 @@ translateFR = case _ of ...@@ -254,7 +254,7 @@ translateFR = case _ of
Nodes -> "Nœuds" Nodes -> "Nœuds"
Phylo -> "Phylo" Phylo -> "Phylo"
Team -> "Équipe" Team -> "Équipe"
NodeTexts -> "Textes" NodeTexts -> "Docs"
Tree -> "Arbre" Tree -> "Arbre"
Url_Document -> "Document URL" Url_Document -> "Document URL"
-- --
...@@ -284,7 +284,7 @@ translateEN = case _ of ...@@ -284,7 +284,7 @@ translateEN = case _ of
Nodes -> "Nodes" Nodes -> "Nodes"
Phylo -> "Phylo" Phylo -> "Phylo"
Team -> "Team" Team -> "Team"
NodeTexts -> "Texts" NodeTexts -> "Docs"
Tree -> "Tree" Tree -> "Tree"
Url_Document -> "URL document" Url_Document -> "URL document"
-- --
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment