From: Joe Hunt Date: Tue, 4 May 2010 21:56:59 +0000 (+0000) Subject: Rerun X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=commitdiff_plain;h=457d00f944ca91aa7cf9923bfc476c0e01ed87c7;p=textcart.git Rerun --- diff --git a/gl/inquiry/profit_loss.php b/gl/inquiry/profit_loss.php index 89fc80c..e20fae1 100644 --- a/gl/inquiry/profit_loss.php +++ b/gl/inquiry/profit_loss.php @@ -161,7 +161,7 @@ function inquiry_controls() //Compare Combo global $sel; $sel = array(_("Accumulated"), _("Period Y-1"), _("Budget")); - echo "Comapre To:\n"; + echo ""._("Compare to").":\n"; echo ""; echo array_selector('Compare', null, $sel); echo "\n";