From 27f37ca45e7a761d090df2367e9df9ab16ecbb17 Mon Sep 17 00:00:00 2001 From: k-paulius Date: Thu, 18 Feb 2016 01:23:23 -0600 Subject: Close p tags, wrap first sentence in p tag for proper styling. --- src/usr/local/www/head.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/usr/local/www/head.inc') diff --git a/src/usr/local/www/head.inc b/src/usr/local/www/head.inc index 6f10dfd..bc6be36 100644 --- a/src/usr/local/www/head.inc +++ b/src/usr/local/www/head.inc @@ -551,8 +551,8 @@ if (is_subsystem_dirty('packagelock') || file_exists('/conf/needs_package_sync' $warning_text = sprintf(gettext("%s is booting then packages will be reinstalled in the background.

Do not make changes in the GUI until this is complete."), $g['product_name']); } else { $pgtitle = array(gettext("System"), gettext("Package Manager")); - $warning_text = gettext("Packages are currently being reinstalled in the background.

Do not make changes in the GUI until this is complete."); - $warning_text .= sprintf(gettext('

If the above message is still displayed after a couple of hours, use the \'Clear Package Lock\' button on the %1$s page and reinstall packages manually.'), htmlspecialchars(gettext('Backup & Restore'))); + $warning_text = gettext("

Packages are currently being reinstalled in the background.

Do not make changes in the GUI until this is complete.

"); + $warning_text .= sprintf(gettext('

If the above message is still displayed after a couple of hours, use the \'Clear Package Lock\' button on the %1$s page and reinstall packages manually.

'), htmlspecialchars(gettext('Backup & Restore'))); } print_info_box($warning_text); -- cgit v1.1