diff --git a/core/templates/login.php b/core/templates/login.php
index 3452622907e095a43e0d1446d39f00bcb7a4b6fe..82594481d87dac1b3db77584ffe170c0b660eb3d 100644
--- a/core/templates/login.php
+++ b/core/templates/login.php
@@ -64,7 +64,7 @@ script('core', 'merged-login');
 
 		<?php if ($_['throttle_delay'] > 5000) { ?>
 			<p class="warning throttledMsg">
-				<?php p($l->t('We have detected multiple invalid login attempts from your ip. Because of this we throttle your connection. Login can take up to 30 seconds.')); ?>
+				<?php p($l->t('We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds.')); ?>
 			</p>
 		<?php } ?>