diff options
| author | fisharebest <fisharebest@gmail.com> | 2011-11-22 15:35:04 +0000 |
|---|---|---|
| committer | fisharebest <fisharebest@gmail.com> | 2011-11-22 15:35:04 +0000 |
| commit | 3074fe124eb28b08e6f63508a6cb1ded116b7871 (patch) | |
| tree | 2bb9b73fd0d1c09869e29c1b3327fc9aea9f4b24 /hourglass.php | |
| parent | dbbba9e12bda75fcfd783680195697af4c2ca9ed (diff) | |
| download | webtrees-3074fe124eb28b08e6f63508a6cb1ded116b7871.tar.gz webtrees-3074fe124eb28b08e6f63508a6cb1ded116b7871.tar.bz2 webtrees-3074fe124eb28b08e6f63508a6cb1ded116b7871.zip | |
Translate numbers
Diffstat (limited to 'hourglass.php')
| -rw-r--r-- | hourglass.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hourglass.php b/hourglass.php index 0f6ead5db6..35f753107a 100644 --- a/hourglass.php +++ b/hourglass.php @@ -87,7 +87,7 @@ $gencount=0; for ($i=2; $i<=$MAX_DESCENDANCY_GENERATIONS; $i++) { echo "<option value=\"".$i."\"" ; if ($i == $controller->generations) echo " selected=\"selected\""; - echo ">".$i."</option>"; + echo ">".WT_I18N::number($i)."</option>"; } ?> </select> |
