summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_camanager.php
diff options
context:
space:
mode:
authorLarry Gilbert <larry@l2g.to>2010-06-12 17:02:41 -0700
committerLarry Gilbert <larry@l2g.to>2010-06-12 17:07:52 -0700
commit22a11a582f8569a055afa8fb386bd455aef38245 (patch)
tree3f8595573f36ed33d9114518d2625c34478ef0f2 /usr/local/www/system_camanager.php
parent574b56bd9eb72e498ea869397d12f234350b793d (diff)
downloadpfsense-22a11a582f8569a055afa8fb386bd455aef38245.zip
pfsense-22a11a582f8569a055afa8fb386bd455aef38245.tar.gz
Fix some errors in spelling, punctuation, grammar, etc.
Diffstat (limited to 'usr/local/www/system_camanager.php')
-rw-r--r--usr/local/www/system_camanager.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/system_camanager.php b/usr/local/www/system_camanager.php
index 8c0417c..0ca9494 100644
--- a/usr/local/www/system_camanager.php
+++ b/usr/local/www/system_camanager.php
@@ -457,7 +457,7 @@ function method_change() {
<a href="system_camanager.php?act=exp&id=<?=$i;?>")">
<img src="/themes/<?= $g['theme'];?>/images/icons/icon_down.gif" title="<?=gettext("export ca");?>" alt="<?=gettext("export ca");?>" width="17" height="17" border="0" />
</a>
- <a href="system_camanager.php?act=del&id=<?=$i;?>" onclick="return confirm('<?=gettext("Do you really want to delete this Certificate Authority and all associated Certificates?");?>')">
+ <a href="system_camanager.php?act=del&id=<?=$i;?>" onclick="return confirm('<?=gettext("Do you really want to delete this Certificate Authority and all associated certificates?");?>')">
<img src="/themes/<?= $g['theme'];?>/images/icons/icon_x.gif" title="<?=gettext("delete ca");?>" alt="<?=gettext("delete ca"); ?>" width="17" height="17" border="0" />
</a>
</td>
@@ -477,7 +477,7 @@ function method_change() {
<tr>
<td colspan="5">
<p>
- <?=gettext("Additional trusted certificate authorities can be added here.");?>
+ <?=gettext("Additional trusted Certificate Authorities can be added here.");?>
</p>
</td>
</tr>
OpenPOWER on IntegriCloud