summaryrefslogtreecommitdiff
path: root/app/Module/BatchUpdate/BatchUpdateSearchReplacePlugin.php
diff options
context:
space:
mode:
authorGreg Roach <fisharebest@gmail.com>2016-05-01 19:39:58 +0100
committerGreg Roach <fisharebest@gmail.com>2016-05-01 19:41:49 +0100
commitc4bb1bc2caf092e7690c77a150e6532d117d057f (patch)
treeb628de8dc9fa6224e4890f5651e87308fb2d3d43 /app/Module/BatchUpdate/BatchUpdateSearchReplacePlugin.php
parent263946d6945ebddf633e79f1b106a2a2e991a5b9 (diff)
downloadwebtrees-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.php2
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;
}