diff options
Diffstat (limited to 'app/Fact.php')
| -rw-r--r-- | app/Fact.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Fact.php b/app/Fact.php index b468f6b085..99aeb55e67 100644 --- a/app/Fact.php +++ b/app/Fact.php @@ -405,7 +405,7 @@ class Fact { return '<div class="' . $class . '">' . - /* I18N: a label/value pair, such as “Occupation: Farmer”. Some languages may need to change the punctuation. */ + /* I18N: a label/value pair, such as “Occupation: Farmer”. Some languages may need to change the punctuation. */ I18N::translate('<span class="label">%1$s:</span> <span class="field" dir="auto">%2$s</span>', $this->getLabel(), implode(' — ', $attributes)) . '</div>'; } |
