summaryrefslogtreecommitdiffstats
path: root/usr/local/www/services_unbound_acls.php
diff options
context:
space:
mode:
authorWarren Baker <warren@decoy.co.za>2012-04-05 13:13:06 +0200
committerWarren Baker <warren@decoy.co.za>2012-04-05 13:13:06 +0200
commit467748e3e426fa5710d513b0cdce1c39f9f18d2e (patch)
tree07da46ab297c331660228f0fe070a6bc18d5a25e /usr/local/www/services_unbound_acls.php
parent43a987e467db5431e715bc7696eb529ab8f9fa23 (diff)
downloadpfsense-467748e3e426fa5710d513b0cdce1c39f9f18d2e.zip
pfsense-467748e3e426fa5710d513b0cdce1c39f9f18d2e.tar.gz
Better descriptions and cosmetics
Diffstat (limited to 'usr/local/www/services_unbound_acls.php')
-rw-r--r--usr/local/www/services_unbound_acls.php14
1 files changed, 7 insertions, 7 deletions
diff --git a/usr/local/www/services_unbound_acls.php b/usr/local/www/services_unbound_acls.php
index 1227aef..51627a0 100644
--- a/usr/local/www/services_unbound_acls.php
+++ b/usr/local/www/services_unbound_acls.php
@@ -197,14 +197,14 @@ if (is_subsystem_dirty("unbound"))
<table width="100%" border="0" cellpadding="6" cellspacing="0">
<tr>
- <td colspan="2" valign="top" class="listtopic"><?=sprintf(gettext("%s ACL"),$act);?></td>
+ <td colspan="2" valign="top" class="listtopic"><?=ucwords(sprintf(gettext("%s Access List"),$act));?></td>
</tr>
<tr>
- <td width="22%" valign="top" class="vncellreq"><?=gettext("ACL name");?></td>
+ <td width="22%" valign="top" class="vncellreq"><?=gettext("Access List name");?></td>
<td width="78%" class="vtable">
<input name="aclname" type="text" class="formfld" id="aclname" size="30" maxlength="30" value="<?=htmlspecialchars($pconfig['aclname']);?>">
<br />
- <span class="vexpl"><?=gettext("Provide an ACL name.");?></span>
+ <span class="vexpl"><?=gettext("Provide an Access List name.");?></span>
</td>
</tr>
<tr>
@@ -337,11 +337,11 @@ if (is_subsystem_dirty("unbound"))
</td>
<td valign="middle" nowrap class="list">
<a href="services_unbound_acls.php?act=edit&id=<?=$i;?>">
- <img src="./themes/<?=$g['theme'];?>/images/icons/icon_e.gif" title="<?=gettext("edit client"); ?>" width="17" height="17" border="0">
+ <img src="./themes/<?=$g['theme'];?>/images/icons/icon_e.gif" title="<?=gettext("edit access list"); ?>" width="17" height="17" border="0">
</a>
&nbsp;
- <a href="services_unbound_acls.php?act=del&id=<?=$i;?>" onclick="return confirm('<?=gettext("Do you really want to delete this client?"); ?>')">
- <img src="/themes/<?=$g['theme'];?>/images/icons/icon_x.gif" title="<?=gettext("delete client"); ?>" width="17" height="17" border="0">
+ <a href="services_unbound_acls.php?act=del&id=<?=$i;?>" onclick="return confirm('<?=gettext("Do you really want to delete this access list?"); ?>')">
+ <img src="/themes/<?=$g['theme'];?>/images/icons/icon_x.gif" title="<?=gettext("delete access list"); ?>" width="17" height="17" border="0">
</a>
</td>
</tr>
@@ -354,7 +354,7 @@ if (is_subsystem_dirty("unbound"))
<tr>
<td class="list" colspan="4"></td>
<td class="list">
- <a href="services_unbound_acls.php?act=new"><img src="./themes/<?=$g['theme'];?>/images/icons/icon_plus.gif" title="<?=gettext("Add new ACL"); ?>" width="17" height="17" border="0">
+ <a href="services_unbound_acls.php?act=new"><img src="./themes/<?=$g['theme'];?>/images/icons/icon_plus.gif" title="<?=gettext("Add new Access List"); ?>" width="17" height="17" border="0">
</a>
</td>
</tr>
OpenPOWER on IntegriCloud