diff options
Diffstat (limited to 'admin_trees_config.php')
| -rw-r--r-- | admin_trees_config.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/admin_trees_config.php b/admin_trees_config.php index b29b16c41e..a433d40ac0 100644 --- a/admin_trees_config.php +++ b/admin_trees_config.php @@ -535,7 +535,7 @@ $controller <th> <button class="btn btn-primary" id="add-resn" type="button"> <i class="fa fa-plus"></i> - <?php echo /* I18N: A button label. Add an item. */ I18N::translate('Add'); ?> + <?php echo /* I18N: A button label. */ I18N::translate('add'); ?> </button> </th> </tr> @@ -1363,7 +1363,7 @@ $controller <div class="input-group-btn"> <a class="btn btn-default" onclick="return findFact('CHART_BOX_TAGS', 'INDI');"> <i class="fa fa-pencil"></i> - <?php echo /* I18N: A button label */ I18N::translate('edit'); ?> + <?php echo /* I18N: A button label. */ I18N::translate('edit'); ?> </a> </div> </div> |
