Passed
Pull Request — master (#2675)
by
unknown
05:48
created
app/SurnameTradition.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -118,7 +118,7 @@
 block discarded – undo
118 118
                 /* I18N: In the Arabic surname tradition, ... */
119 119
                 I18N::translate('Children take their father’s first name, their grandfathers first name and the family name.') . ' ' .
120 120
                 /* I18N: In the Arabic surname tradition, ... */
121
-                I18N::translate('The first surname prefix is ibn/bint depending on the individual’s gender.')  . ' ' .
121
+                I18N::translate('The first surname prefix is ibn/bint depending on the individual’s gender.') . ' ' .
122 122
                 /* I18N: In the Arabic surname tradition, ... */
123 123
                 I18N::translate('Wives keep their maiden names.'),
124 124
             'none'         => I18N::translateContext('Surname tradition', 'none'),
Please login to merge, or discard this patch.