diff options
author | ivan <ivan> | 2006-08-12 11:01:27 +0000 |
---|---|---|
committer | ivan <ivan> | 2006-08-12 11:01:27 +0000 |
commit | a2bddcaabfdaf11d4b726b21af7f6ffc13c458d3 (patch) | |
tree | b1f025534d631e47c361332f36dad2e47941f44e /httemplate/edit | |
parent | b8ec621c59747a1c2fcd7fbd603d0c6de41e7df5 (diff) |
s/Post/Enter/;
Diffstat (limited to 'httemplate/edit')
-rwxr-xr-x | httemplate/edit/cust_credit.cgi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/httemplate/edit/cust_credit.cgi b/httemplate/edit/cust_credit.cgi index d19f0e4b3..8de627d20 100755 --- a/httemplate/edit/cust_credit.cgi +++ b/httemplate/edit/cust_credit.cgi @@ -24,7 +24,7 @@ my $otaker = getotaker; my $p1 = popurl(1); -%><%= include('/elements/header-popup.html', 'Post Credit') %> +%><%= include('/elements/header-popup.html', 'Enter Credit') %> <% if ( $cgi->param('error') ) { %> <FONT SIZE="+1" COLOR="#ff0000">Error: <%= $cgi->param('error') %></FONT> @@ -72,7 +72,7 @@ Credit </TABLE> <BR> -<CENTER><INPUT TYPE="submit" VALUE="Post credit"></CENTER> +<CENTER><INPUT TYPE="submit" VALUE="Enter credit"></CENTER> </FORM> </BODY> </HTML> |