diff options
author | Ivan Kohler <ivan@freeside.biz> | 2017-01-25 20:22:24 -0800 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2017-01-25 20:22:24 -0800 |
commit | 2826caa0a8c886d6177c12467a64350f03372a78 (patch) | |
tree | 80cbc4a5529e32b72ab5fef2bcfb22ca1e8c9192 | |
parent | 0ba992bb60f8895f926b18e22957e821d2b25bf0 (diff) |
clarify printtofit option
-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 f26d209d6..a0d7be64e 100644 --- a/httemplate/pref/pref.html +++ b/httemplate/pref/pref.html @@ -130,7 +130,7 @@ </TR> <TR> - <TH ALIGN="right"><% emt("Scale documents to fit on a letter-size page") %></TH> + <TH ALIGN="right"><% emt("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> |