diff options
Diffstat (limited to 'app/Module/BatchUpdate/BatchUpdateMarriedNamesPlugin.php')
| -rw-r--r-- | app/Module/BatchUpdate/BatchUpdateMarriedNamesPlugin.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Module/BatchUpdate/BatchUpdateMarriedNamesPlugin.php b/app/Module/BatchUpdate/BatchUpdateMarriedNamesPlugin.php index d5825aa0a7..f65d6a8936 100644 --- a/app/Module/BatchUpdate/BatchUpdateMarriedNamesPlugin.php +++ b/app/Module/BatchUpdate/BatchUpdateMarriedNamesPlugin.php @@ -41,7 +41,7 @@ class BatchUpdateMarriedNamesPlugin extends BatchUpdateBasePlugin { * @return string */ public function getDescription() { - return I18N::translate('You can make it easier to search for married women by recording their married name.<br>However not all women take their husband’s surname, so beware of introducing incorrect information into your database.'); + return I18N::translate('You can make it easier to search for married women by recording their married name. However not all women take their husband’s surname, so beware of introducing incorrect information into your database.'); } /** |
