diff options
-rw-r--r-- | httemplate/pref/pref.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/pref/pref.html b/httemplate/pref/pref.html index f6ad36a0d..bf0cc90a7 100644 --- a/httemplate/pref/pref.html +++ b/httemplate/pref/pref.html @@ -143,7 +143,7 @@ Interface </TR> <TR> - <TH ALIGN="right">Scale documents to fit on a letter-size page</TH> + <TH ALIGN="right">When printing, scale HTML documents to fit on a letter-size page</TH> <TD ALIGN="left"> <INPUT TYPE="checkbox" NAME="printtofit" VALUE="Y" <% $curuser->option('printtofit') ? 'CHECKED' : '' %>> </TD> |