diff --git a/main/webapp/modules/core/langs/translation-en.json b/main/webapp/modules/core/langs/translation-en.json index b59858a6d..c72038331 100644 --- a/main/webapp/modules/core/langs/translation-en.json +++ b/main/webapp/modules/core/langs/translation-en.json @@ -659,7 +659,7 @@ "core-views/replacement-text": "Replace with:", "core-views/case-insensitive": "case insensitive", "core-views/whole-word": "whole word", - "core-views/finding-info1": "Leave blank to add the remplacement string after each character.", + "core-views/finding-info1": "Leave blank to add the replacement string after each character.", "core-views/finding-info2": "Check \"regular expression\" to find special characters (new lines, tabulations...) or complex patterns.", "core-views/replacement-info": "If \"regular expression\" option is checked and finding pattern contains groups delimited with parentheses, $0 will return the complete string matching the pattern, and $1, $2... the 1st, 2d... group.", "core-views/replace-dont-escape": "use \\n for new lines, \\t for tabulation, \\\\n for \\n, \\\\t for \\t.", @@ -709,4 +709,4 @@ "core-buttons/copy": "Copy", "core-buttons/transpose": "Transpose", "core-buttons/apply-to-all": "Apply to All Identical Cells" -} \ No newline at end of file +}