fix typo for "remplacement"

This commit is contained in:
Thad Guidry 2018-11-21 13:51:08 -06:00 committed by GitHub
parent b46c5a7b4e
commit 0253dac826
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"
}
}