diff options
author | Ivan Kohler <ivan@freeside.biz> | 2017-01-25 20:22:18 -0800 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2017-01-25 20:22:18 -0800 |
commit | d33c6b0b9c3525f4b7dea0e5856b5401246483e6 (patch) | |
tree | a291fa4677407a182fe810a727d31620fa2d0ced | |
parent | ca78f4530f7d5ee0b1b9f708e318108ad3aa1a7a (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> |