summaryrefslogtreecommitdiffstats
path: root/usr/local/www/diag_logs_vpn.php
diff options
context:
space:
mode:
authorVinicius Coque <vinicius.coque@bluepex.com>2010-06-29 20:45:32 -0300
committerVinicius Coque <vinicius.coque@bluepex.com>2010-06-29 20:45:32 -0300
commit5f92825459b10647296f6ab40803f2d776336fd2 (patch)
tree35ae343066a81944e3324e2bef5f95fb533e9635 /usr/local/www/diag_logs_vpn.php
parent6475ac056d7de9881d2e786a09e2e1fb7129b2ec (diff)
downloadpfsense-5f92825459b10647296f6ab40803f2d776336fd2.zip
pfsense-5f92825459b10647296f6ab40803f2d776336fd2.tar.gz
Changing string format
Diffstat (limited to 'usr/local/www/diag_logs_vpn.php')
-rwxr-xr-xusr/local/www/diag_logs_vpn.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/diag_logs_vpn.php b/usr/local/www/diag_logs_vpn.php
index f4d20b2..98fe1bb 100755
--- a/usr/local/www/diag_logs_vpn.php
+++ b/usr/local/www/diag_logs_vpn.php
@@ -131,7 +131,7 @@ include("head.inc");
</td></tr>
<tr>
<td colspan="4" class="listtopic">
- <?=gettext("Last");?> <?=$nentries;?> <?=$vpns[$vpntype];?> <?=gettext("VPN log entries");?></td>
+ <?php printf(gettext("Last %s %s VPN log entries"),$nentries,$vpns[$vpntype]);?></td>
</tr>
<tr>
<td class="listhdrr"><?=gettext("Time");?></td>
OpenPOWER on IntegriCloud