summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_camanager.php
diff options
context:
space:
mode:
authorRenato Botelho <renato.botelho@bluepex.com>2010-04-30 10:13:56 -0300
committerRenato Botelho <renato.botelho@bluepex.com>2010-04-30 10:13:56 -0300
commit2b33f3423d9c87a346073f470f546f22933dd92d (patch)
treebb63eadd44f9664d1bf46a64e42191ac22b32af3 /usr/local/www/system_camanager.php
parentf49a012cf870a048a18df9f4bf0943c3d820c5b4 (diff)
downloadpfsense-2b33f3423d9c87a346073f470f546f22933dd92d.zip
pfsense-2b33f3423d9c87a346073f470f546f22933dd92d.tar.gz
add gettext() calls on missing places
Diffstat (limited to 'usr/local/www/system_camanager.php')
-rw-r--r--usr/local/www/system_camanager.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/system_camanager.php b/usr/local/www/system_camanager.php
index 342b5e9..8c0417c 100644
--- a/usr/local/www/system_camanager.php
+++ b/usr/local/www/system_camanager.php
@@ -458,7 +458,7 @@ function method_change() {
<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?");?>')">
- <img src="/themes/<?= $g['theme'];?>/images/icons/icon_x.gif" title="delete ca" alt="<?=gettext("delete ca"); ?>" width="17" height="17" border="0" />
+ <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>
</tr>
OpenPOWER on IntegriCloud