diff options
| author | Greg Roach <fisharebest@gmail.com> | 2016-05-01 19:39:58 +0100 |
|---|---|---|
| committer | Greg Roach <fisharebest@gmail.com> | 2016-05-01 19:41:49 +0100 |
| commit | c4bb1bc2caf092e7690c77a150e6532d117d057f (patch) | |
| tree | b628de8dc9fa6224e4890f5651e87308fb2d3d43 /app/Module/BatchUpdate/BatchUpdateSearchReplacePlugin.php | |
| parent | 263946d6945ebddf633e79f1b106a2a2e991a5b9 (diff) | |
| download | webtrees-c4bb1bc2caf092e7690c77a150e6532d117d057f.tar.gz webtrees-c4bb1bc2caf092e7690c77a150e6532d117d057f.tar.bz2 webtrees-c4bb1bc2caf092e7690c77a150e6532d117d057f.zip | |
Regex / regular expression
Diffstat (limited to 'app/Module/BatchUpdate/BatchUpdateSearchReplacePlugin.php')
| -rw-r--r-- | app/Module/BatchUpdate/BatchUpdateSearchReplacePlugin.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Module/BatchUpdate/BatchUpdateSearchReplacePlugin.php b/app/Module/BatchUpdate/BatchUpdateSearchReplacePlugin.php index 4b914f7c66..3aaced5822 100644 --- a/app/Module/BatchUpdate/BatchUpdateSearchReplacePlugin.php +++ b/app/Module/BatchUpdate/BatchUpdateSearchReplacePlugin.php @@ -123,7 +123,7 @@ class BatchUpdateSearchReplacePlugin extends BatchUpdateBasePlugin { try { preg_match('/' . $this->search . '/', null); } catch (\ErrorException $ex) { - $this->error = '<div class="alert alert-danger">' . I18N::translate('The regex appears to contain an error. It can’t be used.') . '</div>'; + $this->error = '<div class="alert alert-danger">' . /* I18N: http://en.wikipedia.org/wiki/Regular_expression */ I18N::translate('The regular expression appears to contain an error. It can’t be used.') . '</div>'; } break; } |
