summaryrefslogtreecommitdiffstats
path: root/usr/local
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:23:31 -0400
commitae3caa3d83d5d33ab17cf8a4336621d364c051c5 (patch)
treed9fb1cd38d02b8e0d704caf4941f4e5961eda202 /usr/local
parenteea88fdd10bae807e8f1e36af04afc1980a2d91b (diff)
downloadpfsense-ae3caa3d83d5d33ab17cf8a4336621d364c051c5.zip
pfsense-ae3caa3d83d5d33ab17cf8a4336621d364c051c5.tar.gz
Correct mouseover description for adding a certificate. Fixes #3017
Diffstat (limited to 'usr/local')
-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 c6f01dd..312aa52 100644
--- a/usr/local/www/system_certmanager.php
+++ b/usr/local/www/system_certmanager.php
@@ -1001,7 +1001,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