summaryrefslogtreecommitdiffstats
path: root/usr/local/www/diag_routes.php
diff options
context:
space:
mode:
authorErik Fonnesbeck <efonnes@gmail.com>2012-04-26 19:37:03 -0600
committerErik Fonnesbeck <efonnes@gmail.com>2012-04-26 19:37:03 -0600
commitf122c1a3d7e482073b12e705b90d3f7dc29930ab (patch)
tree14a2e90c347a6ea5d25553fcc5b389381eb72948 /usr/local/www/diag_routes.php
parentd372a32dcb4e895a573e2ecd324b79e7f802103f (diff)
downloadpfsense-f122c1a3d7e482073b12e705b90d3f7dc29930ab.zip
pfsense-f122c1a3d7e482073b12e705b90d3f7dc29930ab.tar.gz
Add a space between Note: and the message. Also move the period into the gettext string, since punctuation is not language-independent.
Diffstat (limited to 'usr/local/www/diag_routes.php')
-rw-r--r--usr/local/www/diag_routes.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/diag_routes.php b/usr/local/www/diag_routes.php
index 2a61223..d6ebdd7 100644
--- a/usr/local/www/diag_routes.php
+++ b/usr/local/www/diag_routes.php
@@ -69,7 +69,7 @@ include('head.inc');
<input type="submit" class="formbtn" name="submit" value="<?=gettext("Show"); ?>" />
<br />
<br />
-<span class="vexpl"><span class="red"><strong><?=gettext("Note:")?></strong></span><?=gettext("By enabling name resolution, the query should take a bit longer. You can stop it at any time by clicking the Stop button in your browser");?>.</span>
+<span class="vexpl"><span class="red"><strong><?=gettext("Note:")?></strong></span> <?=gettext("By enabling name resolution, the query should take a bit longer. You can stop it at any time by clicking the Stop button in your browser.");?></span>
</td>
</tr>
OpenPOWER on IntegriCloud