diff --git a/core/templates/update.admin.php b/core/templates/update.admin.php
index c104e0530c3b55be63e63e52b8e8487dccd93c34..e52cf9f20ff2181bedd9483492e55cf9eafa69f8 100644
--- a/core/templates/update.admin.php
+++ b/core/templates/update.admin.php
@@ -8,7 +8,7 @@
 		<?php } ?>
 		<?php if (!empty($_['appsToUpgrade'])) { ?>
 		<div class="infogroup">
-			<span><?php p($l->t('These apps will be updated:')); ?></span>
+			<span><?php p($l->t('Following apps will be updated:')); ?></span>
 			<ul class="content appList">
 				<?php foreach ($_['appsToUpgrade'] as $appInfo) { ?>
 				<li><?php p($appInfo['name']) ?> (<?php p($appInfo['id']) ?>)</li>