diff options
| author | Greg Roach <fisharebest@gmail.com> | 2013-08-06 18:37:31 +0100 |
|---|---|---|
| committer | Greg Roach <fisharebest@gmail.com> | 2013-08-06 18:37:31 +0100 |
| commit | dadf229bfaeb4abbbfe621b01f8a63ceb1dc3443 (patch) | |
| tree | d6b955a111e1e7f912ffa09b89abd35594b852c6 /library/WT/Date.php | |
| parent | 2b2571a9e20d7a9655126f94c7d500f16b583701 (diff) | |
| download | webtrees-dadf229bfaeb4abbbfe621b01f8a63ceb1dc3443.tar.gz webtrees-dadf229bfaeb4abbbfe621b01f8a63ceb1dc3443.tar.bz2 webtrees-dadf229bfaeb4abbbfe621b01f8a63ceb1dc3443.zip | |
Update .PO files with new messages
Diffstat (limited to 'library/WT/Date.php')
| -rw-r--r-- | library/WT/Date.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/WT/Date.php b/library/WT/Date.php index 68865d75a5..d1509c026b 100644 --- a/library/WT/Date.php +++ b/library/WT/Date.php @@ -247,7 +247,7 @@ class WT_Date { default: $tmp=WT_I18N::translate('Invalid date'); break; // e.g. BET without AND } if ($this->text && !$q1) { - $tmp = WT_I18N::translate('%s (%s)', $tmp, $this->text); + $tmp = WT_I18N::translate('%1$s (%2$s)', $tmp, $this->text); } // Return at least one printable character, for better formatting in tables. |
