diff options
Diffstat (limited to 'timeline.php')
| -rw-r--r-- | timeline.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/timeline.php b/timeline.php index 322af282d8..e10d117176 100644 --- a/timeline.php +++ b/timeline.php @@ -277,7 +277,7 @@ document.onmouseup = function () { <span class="details1"><?php echo I18N::translate('Remove individual'); ?></span></a> <?php if (!empty($controller->birthyears[$pid])) { ?> <span class="details1"><br> - <?php echo /* I18N: an age indicator, which can be dragged around the screen */ I18N::translate('Show an age cursor?'); ?> + <?php echo /* I18N: an age indicator, which can be dragged around the screen */ I18N::translate('Show an age cursor'); ?> <input type="checkbox" name="agebar<?php echo $p; ?>" value="ON" onclick="jQuery('#agebox<?php echo $p; ?>').toggle();"> </span> <?php } ?> |
