diff scripts/plot/private/__fltk_print__.m @ 15467:049e8bbff782

maint: periodic merge of stable to default
author John W. Eaton <jwe@octave.org>
date Mon, 01 Oct 2012 18:30:44 -0400
parents 5d3a684236b0 d174210ce1ec
children bbda4d952eb5
line wrap: on
line diff
--- a/scripts/plot/private/__fltk_print__.m	Mon Oct 01 22:16:18 2012 +0200
+++ b/scripts/plot/private/__fltk_print__.m	Mon Oct 01 18:30:44 2012 -0400
@@ -61,7 +61,7 @@
       endif
     else
       error ("print:invalid-suffix", 
-             "invalid suffix `%s' for device `%s'.",
+             "invalid suffix '%s' for device '%s'.",
              opts.name(dot:end), lower (opts.devopt));
     endif
     gl2ps_device = {sprintf("%snotxt", lower (suffix))};