diff options
Diffstat (limited to 'lifespan.php')
| -rw-r--r-- | lifespan.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lifespan.php b/lifespan.php index d7ee36869b..ec6edceb41 100644 --- a/lifespan.php +++ b/lifespan.php @@ -106,8 +106,8 @@ $controller </td> <th class="descriptionbox" colspan="2"> <input id="clear" type="hidden" name="clear" value=0> - <input type="reset" value="<?php echo /* I18N: A button label */ I18N::translate('reset') ?>"> - <input type="submit" value="<?php echo /* I18N: A button label */ I18N::translate('show') ?>"> + <input type="reset" value="<?php echo /* I18N: A button label. */ I18N::translate('reset') ?>"> + <input type="submit" value="<?php echo /* I18N: A button label. */ I18N::translate('show') ?>"> </th> </tr> </tbody> |
