From 0253dac826be2cdd4eb5e222a08a7553e0bd9908 Mon Sep 17 00:00:00 2001 From: Thad Guidry Date: Wed, 21 Nov 2018 13:51:08 -0600 Subject: [PATCH] fix typo for "remplacement" --- main/webapp/modules/core/langs/translation-en.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +}