From 8f73437699bdb7d9b4dc1fb24b4f58dff3a60961 Mon Sep 17 00:00:00 2001 From: Eric Lippmann Date: Mon, 16 Nov 2015 12:20:39 +0100 Subject: [PATCH] monitoring: Fix English refs #5543 --- modules/monitoring/application/controllers/ConfigController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/monitoring/application/controllers/ConfigController.php b/modules/monitoring/application/controllers/ConfigController.php index ab3e029d4..e3cc5119d 100644 --- a/modules/monitoring/application/controllers/ConfigController.php +++ b/modules/monitoring/application/controllers/ConfigController.php @@ -162,7 +162,7 @@ class ConfigController extends Controller $form->setTitle(sprintf($this->translate('Remove Command Transport %s'), $transportName)); $form->info( $this->translate( - 'If you have still any environments or views referring to this transport, ' + 'If you still have any environments or views referring to this transport, ' . 'you won\'t be able to send commands anymore after deletion.' ), false