diff options
author | MarkVLK <markvlcek@gmail.com> | 2014-09-19 02:17:14 -0700 |
---|---|---|
committer | MarkVLK <markvlcek@gmail.com> | 2014-09-19 02:17:14 -0700 |
commit | caa7202073493398185d3fde345ae6d879ea3b94 (patch) | |
tree | f7e36f3f323015a2c8ccce09b363560d1b710e6d /config/sarg/sarg_about.php | |
parent | 6fc32123543416dff79f9b095357c5de6805cfd4 (diff) | |
download | pfsense-packages-caa7202073493398185d3fde345ae6d879ea3b94.tar.gz pfsense-packages-caa7202073493398185d3fde345ae6d879ea3b94.tar.bz2 pfsense-packages-caa7202073493398185d3fde345ae6d879ea3b94.zip |
Fix typo and broken link in sarg about section
Diffstat (limited to 'config/sarg/sarg_about.php')
-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> |