diff options
Diffstat (limited to 'httemplate/graph')
-rw-r--r-- | httemplate/graph/money_time.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/graph/money_time.cgi b/httemplate/graph/money_time.cgi index 14af0f246..e5903168d 100644 --- a/httemplate/graph/money_time.cgi +++ b/httemplate/graph/money_time.cgi @@ -16,7 +16,7 @@ my $emonth = $cgi->param('emonth') || $curmon+1; <HTML> <HEAD> - <TITLE>Graphing monetary values over time</TITLE> + <TITLE>Sales, Credits and Receipts Summary</TITLE> </HEAD> <BODY BGCOLOR="#e8e8e8"> <IMG SRC="money_time-graph.cgi?<%= $cgi->query_string %>" WIDTH="976" HEIGHT="384"> |