diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2017-01-21 19:19:04 +0100 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2017-01-21 19:19:04 +0100 |
commit | f39ea21098340bd99c48669f152c9068046c2c99 (patch) | |
tree | d1166fce1a4a8c470dfaf364816f767678c4729e /src/Printing.vala | |
parent | bc48a4cff815ed156b603c92e684779c317417ba (diff) | |
parent | a7ff7c49085c320c1e0a2ffb66cc6d283c5acb8e (diff) |
Merge tag 'upstream/0.25.3'
Upstream version 0.25.3
Diffstat (limited to 'src/Printing.vala')
-rw-r--r-- | src/Printing.vala | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Printing.vala b/src/Printing.vala index f099ed2..d5a84e5 100644 --- a/src/Printing.vala +++ b/src/Printing.vala @@ -164,7 +164,7 @@ public class PrintSettings { /* we define our own measurement enum instead of using the Gtk.Unit enum provided by Gtk+ 2.0 because Gtk.Unit doesn't define a CENTIMETERS - constant (thout it does define an MM for millimeters). This is + constant (though it does define an MM for millimeters). This is unfortunate, because in metric countries people like to think about paper sizes for printing in CM not MM. so, to avoid having to multiply and divide everything by 10 (which is error prone) to convert |