Project

General

Profile

« Previous | Next » 

Revision b34b2151

Added by Steve Beaver over 4 years ago

Add registered trdemark symbol where appropriate

View differences:

src/usr/local/www/index.php
60 60
}
61 61

  
62 62
if (($g['disablecrashreporter'] != true) && (system_has_crash_data() || system_has_php_errors())) {
63
	$savemsg = sprintf(gettext("%s has detected a crash report or programming bug."), $g['product_label']) . " ";
63
	$savemsg = sprintf(gettext("%s has detected a crash report or programming bug."), $g['product_label_html']) . " ";
64 64
	if (isAllowedPage("/crash_reporter.php")) {
65 65
		$savemsg .= sprintf(gettext('Click %1$shere%2$s for more information.'), '<a href="crash_reporter.php">', '</a>');
66 66
	} else {
......
200 200
			<div class="container">
201 201
				<div class="col-sm-offset-3 col-sm-6 col-xs-12">
202 202
					<font color="white">
203
					<p><h3><?=sprintf(gettext("Welcome to %s!") . "\n", $g['product_label'])?></h3></p>
203
					<p><h3><?=sprintf(gettext("Welcome to %s!") . "\n", $g['product_label_html'])?></h3></p>
204 204
					<p><?=gettext("One moment while the initial setup wizard starts.")?></p>
205 205
					<p><?=gettext("Embedded platform users: Please be patient, the wizard takes a little longer to run than the normal GUI.")?></p>
206
					<p><?=sprintf(gettext("To bypass the wizard, click on the %s logo on the initial page."), $g['product_label'])?></p>
206
					<p><?=sprintf(gettext("To bypass the wizard, click on the %s logo on the initial page."), $g['product_label_html'])?></p>
207 207
					</font>
208 208
				</div>
209 209
			</div>

Also available in: Unified diff