Merge pull request #1847 from OpenRefine/thadguidry-patch-1

fix typo for "remplacement"
This commit is contained in:
Antonin Delpeuch 2018-11-21 19:54:53 +00:00 committed by GitHub
commit b9871dd670
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"
}
}