summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authork-paulius <k.dash.paulius@gmail.com>2016-02-18 01:33:36 -0600
committerStephen Beaver <sbeaver@netgate.com>2016-02-18 07:51:07 -0500
commit1ba98d4fea9fe0b1f58c6e17cb5289c92f2442db (patch)
treea59272a7d6c8dd88b2f2ec39788ce59aa09ed1a0
parent27f37ca45e7a761d090df2367e9df9ab16ecbb17 (diff)
downloadpfsense-1ba98d4fea9fe0b1f58c6e17cb5289c92f2442db.zip
pfsense-1ba98d4fea9fe0b1f58c6e17cb5289c92f2442db.tar.gz
* close p tags
* wrap first sentence in p tag for proper styling * indicate section in the link * correct punctuation
-rw-r--r--src/usr/local/www/head.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/local/www/head.inc b/src/usr/local/www/head.inc
index bc6be36..c5959d4 100644
--- a/src/usr/local/www/head.inc
+++ b/src/usr/local/www/head.inc
@@ -548,11 +548,11 @@ if ('' != ($link = get_shortcut_log_link($shortcut_section, false))) {
/* if upgrade in progress, alert user */
if (is_subsystem_dirty('packagelock') || file_exists('/conf/needs_package_sync' && platform_booting())) {
if (file_exists('/conf/needs_package_sync') && platform_booting()) {
- $warning_text = sprintf(gettext("%s is booting then packages will be reinstalled in the background.<p>Do not make changes in the GUI until this is complete."), $g['product_name']);
+ $warning_text = sprintf(gettext("<p>%s is booting, then packages will be reinstalled in the background.</p><p>Do not make changes in the GUI until this is complete.</p>"), $g['product_name']);
} else {
$pgtitle = array(gettext("System"), gettext("Package Manager"));
$warning_text = gettext("<p>Packages are currently being reinstalled in the background.</p><p>Do not make changes in the GUI until this is complete.</p>");
- $warning_text .= sprintf(gettext('<p>If the above message is still displayed after a couple of hours, use the \'Clear Package Lock\' button on the <a href="diag_backup.php" title="%1$s">%1$s page</a> and reinstall packages manually.</p>'), htmlspecialchars(gettext('Backup & Restore')));
+ $warning_text .= sprintf(gettext('<p>If the above message is still displayed after a couple of hours, use the \'Clear Package Lock\' button on the <a href="diag_backup.php" title="%1$s &gt; %2$s">%1$s &gt; %2$s</a> page and reinstall packages manually.</p>'), gettext('Diagnostics'), htmlspecialchars(gettext('Backup & Restore')));
}
print_info_box($warning_text);
OpenPOWER on IntegriCloud