diff scripts/plot/text.m @ 11472:1740012184f9

Use uppercase for variable names in error() strings to match Info documentation. Only m-files done.
author Rik <octave@nomad.inbox5.com>
date Sun, 09 Jan 2011 21:33:04 -0800
parents bc509d5f763f
children fd0a3ac60b0e
line wrap: on
line diff
--- a/scripts/plot/text.m
+++ b/scripts/plot/text.m
@@ -57,7 +57,7 @@
       ny = numel (y);
       nz = numel (z);
     else
-      error ("text: expecting label to be a character string or cell array of character strings");
+      error ("text: expecting LABEL to be a character string or cell array of character strings");
     endif
   else
     x = y = z = 0;
@@ -88,7 +88,7 @@
         endfor
         __request_drawnow__ ();
       else
-        error ("text: dimension mismatch for coordinates and label");
+        error ("text: dimension mismatch for coordinates and LABEL");
       endif
     else
       error ("text: dimension mismatch for coordinates");