summaryrefslogtreecommitdiff
path: root/hourglass.php
diff options
context:
space:
mode:
authorfisharebest <fisharebest@gmail.com>2011-11-22 15:35:04 +0000
committerfisharebest <fisharebest@gmail.com>2011-11-22 15:35:04 +0000
commit3074fe124eb28b08e6f63508a6cb1ded116b7871 (patch)
tree2bb9b73fd0d1c09869e29c1b3327fc9aea9f4b24 /hourglass.php
parentdbbba9e12bda75fcfd783680195697af4c2ca9ed (diff)
downloadwebtrees-3074fe124eb28b08e6f63508a6cb1ded116b7871.tar.gz
webtrees-3074fe124eb28b08e6f63508a6cb1ded116b7871.tar.bz2
webtrees-3074fe124eb28b08e6f63508a6cb1ded116b7871.zip
Translate numbers
Diffstat (limited to 'hourglass.php')
-rw-r--r--hourglass.php2
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>