summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2013-06-03 08:21:47 -0400
committerjim-p <jimp@pfsense.org>2013-06-03 08:24:36 -0400
commit6b53736d3beaef6d536bbcaf10b07865fd53248d (patch)
tree664a11281e52abab1a4f482b6a6c807a461b17ba /usr
parentd9f2de9ad44baaf7a3eeed8575644b6d6b306eb5 (diff)
downloadpfsense-6b53736d3beaef6d536bbcaf10b07865fd53248d.zip
pfsense-6b53736d3beaef6d536bbcaf10b07865fd53248d.tar.gz
Correct mouseover description for adding a certificate. Fixes #3017
Diffstat (limited to 'usr')
-rw-r--r--usr/local/www/system_certmanager.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/system_certmanager.php b/usr/local/www/system_certmanager.php
index 3fbfc4a..3e3244f 100644
--- a/usr/local/www/system_certmanager.php
+++ b/usr/local/www/system_certmanager.php
@@ -1192,7 +1192,7 @@ function internalca_change() {
<td class="list" colspan="4"></td>
<td class="list">
<a href="system_certmanager.php?act=new">
- <img src="/themes/<?= $g['theme'];?>/images/icons/icon_plus.gif" title="<?=gettext("add or import ca");?>" alt="<?=gettext("add ca");?>" width="17" height="17" border="0" />
+ <img src="/themes/<?= $g['theme'];?>/images/icons/icon_plus.gif" title="<?=gettext("add or import certificate");?>" alt="<?=gettext("add certificate");?>" width="17" height="17" border="0" />
</a>
</td>
</tr>
OpenPOWER on IntegriCloud