diff options
Diffstat (limited to 'app/Module/GoogleMapsModule.php')
| -rw-r--r-- | app/Module/GoogleMapsModule.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Module/GoogleMapsModule.php b/app/Module/GoogleMapsModule.php index b0a5fa91bc..00f9880b9c 100644 --- a/app/Module/GoogleMapsModule.php +++ b/app/Module/GoogleMapsModule.php @@ -4366,7 +4366,7 @@ class GoogleMapsModule extends AbstractModule implements ModuleConfigInterface, </div> <button type="submit" class="btn btn-default"> <i class="fa fa-plus"></i> - <?php echo I18N::translate('Add') ?> + <?php echo /* I18N: A button label. */ I18N::translate('add') ?> </button> </div> </div> |
