diff lisp/calc/calc-units.el @ 84936:9f0f3499c174

(calc-convert-units, calc-convert-temperature): Remove unnecessary colons.
author Jay Belanger <jay.p.belanger@gmail.com>
date Wed, 26 Sep 2007 05:59:01 +0000
parents 1059e5620f1c
children 819d86e241bc bdb3fe0ba9fa
line wrap: on
line diff
--- a/lisp/calc/calc-units.el	Wed Sep 26 05:33:28 2007 +0000
+++ b/lisp/calc/calc-units.el	Wed Sep 26 05:59:01 2007 +0000
@@ -412,7 +412,7 @@
                             "New units")
                            (if defunits
                                (concat
-                                " (default: "
+                                " (default "
                                 defunits
                                 "): ")
                              ": "))))
@@ -484,7 +484,7 @@
                                    ", new units")
                          "New temperature units")
                        (if defunits
-                           (concat " (default: "
+                           (concat " (default "
                                    defunits
                                    "): ")
                          ": "))))))