diff options
author | Ivan Kohler <ivan@freeside.biz> | 2017-01-25 20:22:28 -0800 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2017-01-25 20:22:28 -0800 |
commit | 5b1a45b996760ef7ae328674f85dd00e3f0adb07 (patch) | |
tree | 7b7eaa20b21cd43279ae6fa1b1b31bedc4f89cb4 /httemplate/pref/pref.html | |
parent | 166ebcd9abf5f95c18a4ce87e1a590a8510d7abc (diff) |
clarify printtofit option
Diffstat (limited to 'httemplate/pref/pref.html')
-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> |