summaryrefslogtreecommitdiffstats
path: root/usr/local/www/diag_logs_settings.php
diff options
context:
space:
mode:
authorRenato Botelho <renato.botelho@bluepex.com>2010-08-11 14:02:33 -0300
committerRenato Botelho <renato.botelho@bluepex.com>2010-08-11 14:02:33 -0300
commit45a06eeb096c8c7ccbfbb31a98002f63f5b5620c (patch)
tree31f2c2bd620b7fa8f81743b384b965b5f4d1c644 /usr/local/www/diag_logs_settings.php
parent8ebbae22e08147c24da6c7cad6fcb9315eb1291f (diff)
downloadpfsense-45a06eeb096c8c7ccbfbb31a98002f63f5b5620c.zip
pfsense-45a06eeb096c8c7ccbfbb31a98002f63f5b5620c.tar.gz
Move : to gettext string
Diffstat (limited to 'usr/local/www/diag_logs_settings.php')
-rwxr-xr-xusr/local/www/diag_logs_settings.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/diag_logs_settings.php b/usr/local/www/diag_logs_settings.php
index e7fdb93..9d854cb 100755
--- a/usr/local/www/diag_logs_settings.php
+++ b/usr/local/www/diag_logs_settings.php
@@ -191,7 +191,7 @@ function enable_change(enable_over) {
</tr>
<tr>
<td width="22%" valign="top" class="vtable">&nbsp;</td>
- <td width="78%" class="vtable"><?=gettext("Number of log entries to show") . ":"?>
+ <td width="78%" class="vtable"><?=gettext("Number of log entries to show:")?>
<input name="nentries" id="nentries" type="text" class="formfld unknown" size="4" value="<?=htmlspecialchars($pconfig['nentries']);?>"></td>
</tr>
<tr>
@@ -271,7 +271,7 @@ function enable_change(enable_over) {
</tr>
<tr>
<td width="22%" height="53" valign="top">&nbsp;</td>
- <td width="78%"><strong><span class="red"><?=gettext("Note") . ":"?></span></strong><br>
+ <td width="78%"><strong><span class="red"><?=gettext("Note:")?></span></strong><br>
<?=gettext("syslog sends UDP datagrams to port 514 on the specified " .
"remote syslog server. Be sure to set syslogd on the " .
"remote server to accept syslog messages from");?> <?=$g['product_name']?>.
OpenPOWER on IntegriCloud