diff scripts/plot/uimenu.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 75ff3db6a687
children fd0a3ac60b0e
line wrap: on
line diff
--- a/scripts/plot/uimenu.m
+++ b/scripts/plot/uimenu.m
@@ -88,7 +88,7 @@
   endif
 
   if (rem (length (args), 2))
-    error ("uimenu: expecting property/value pairs");
+    error ("uimenu: expecting PROPERTY/VALUE pairs");
   endif
 
   tmp = __go_uimenu__ (h, args{:});