Index: /trunk/source/contrib/foy/hemlock-commands-cm/hemlock-documentation-dialog.lisp
===================================================================
--- /trunk/source/contrib/foy/hemlock-commands-cm/hemlock-documentation-dialog.lisp	(revision 12735)
+++ /trunk/source/contrib/foy/hemlock-commands-cm/hemlock-documentation-dialog.lisp	(revision 12736)
@@ -266,11 +266,11 @@
                         (ccl::@selector "closeAction:")))
      (setf (source-button dialog)
-           (make-button #@"SourceÃ" (if *graphic-p* 420 270) 10 90 32
+           (make-button #@"Source..." (if *graphic-p* 420 270) 10 90 32
                         (ccl::@selector "commandSourceAction:")))
      (setf (inspect-button dialog)
-           (make-button #@"InspectÃ" (if *graphic-p* 320 170) 10 90 32
+           (make-button #@"Inspect..." (if *graphic-p* 320 170) 10 90 32
                         (ccl::@selector "inspectSymbolAction:")))
      (setf (hyperspec-button dialog)
-           (make-button #@"HyperSpecÃ" (if *graphic-p* 180 30) 10 130 32
+           (make-button #@"HyperSpec..." (if *graphic-p* 180 30) 10 130 32
                         (ccl::@selector "hyperSpecAction:"))))))
 
