diff options
Diffstat (limited to 'admin_trees_download.php')
| -rw-r--r-- | admin_trees_download.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/admin_trees_download.php b/admin_trees_download.php index 83592622b4..b35a38b7b7 100644 --- a/admin_trees_download.php +++ b/admin_trees_download.php @@ -116,7 +116,7 @@ $controller->pageHeader(); </label> <div class="col-sm-9"> <button id="submit-export" type="submit" class="btn btn-primary"> - <?php echo /* I18N: A button label */ I18N::translate('continue'); ?> + <?php echo /* I18N: A button label. */ I18N::translate('continue'); ?> </button> </div> </div> @@ -201,7 +201,7 @@ $controller->pageHeader(); </label> <div class="col-sm-9"> <button id="submit-export" type="submit" class="btn btn-primary"> - <?php echo /* I18N: A button label */ I18N::translate('continue'); ?> + <?php echo /* I18N: A button label. */ I18N::translate('continue'); ?> </button> </div> </div> |
