diff options
author | Renato Botelho <garga@FreeBSD.org> | 2014-09-19 07:29:07 -0300 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2014-09-19 07:29:07 -0300 |
commit | 5de466966718de28d50e84f5e7a6b4560aaf643f (patch) | |
tree | f7e36f3f323015a2c8ccce09b363560d1b710e6d /config | |
parent | 6fc32123543416dff79f9b095357c5de6805cfd4 (diff) | |
parent | caa7202073493398185d3fde345ae6d879ea3b94 (diff) | |
download | pfsense-packages-5de466966718de28d50e84f5e7a6b4560aaf643f.tar.gz pfsense-packages-5de466966718de28d50e84f5e7a6b4560aaf643f.tar.bz2 pfsense-packages-5de466966718de28d50e84f5e7a6b4560aaf643f.zip |
Merge pull request #703 from MarkVLK/patch-1
Diffstat (limited to 'config')
-rwxr-xr-x | config/sarg/sarg_about.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/sarg/sarg_about.php b/config/sarg/sarg_about.php index 573dc5ee..fba456b2 100755 --- a/config/sarg/sarg_about.php +++ b/config/sarg/sarg_about.php @@ -73,7 +73,7 @@ include("head.inc"); </tr> <tr> <td width="22%" valign="top" class="vncell"><?=gettext("Sarg Site");?></td> - <td width="78%" class="vtable"><?=gettext("<a target=_new href='http://sarg.sourceforge.net/welcome.php'>Squid Analysis Report Generator</a><br><br>");?> + <td width="78%" class="vtable"><?=gettext("<a target=_new href='http://sarg.sourceforge.net/'>Squid Analysis Report Generator</a><br><br>");?> </tr> <tr> <td colspan="2" valign="top" class="listtopic"><?=gettext("About sarg package"); ?></td> @@ -83,7 +83,7 @@ include("head.inc"); <td width="78%" class="vtable"><?=gettext("Package Created by <a target=_new href='https://forum.pfsense.org/index.php?action=profile;u=4710'>Marcello Coutinho</a><br><br>");?></td> </tr> <tr> - <td width="22%" valign="top" class="vncell"><?=gettext("Donatios ");?></td> + <td width="22%" valign="top" class="vncell"><?=gettext("Donations ");?></td> <td width="78%" class="vtable"><?=gettext("If you like this package, please <a target=_new href='https://www.pfsense.org/index.php?option=com_content&task=view&id=47&Itemid=77'>donate to pfSense project</a>.<br><br> If you want that your donation goes to this package developer, make a note on donation forwarding it to me.<br><br>");?></td> </tr> |