[genius] Wed Sep 17 00:08:16 2014 Jiri (George) Lebl <jirka 5z com>



commit 6480b305513e3257b4c551979ca59447b7c719f7
Author: Jiri (George) Lebl <jiri lebl gmail com>
Date:   Wed Sep 17 00:08:24 2014 -0500

    Wed Sep 17 00:08:16 2014  Jiri (George) Lebl <jirka 5z com>
    
        * src/graphing.c: fix some typos, thanks to Wolfgang Stoeggl

 ChangeLog      |    4 ++++
 src/graphing.c |    4 ++--
 2 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 71efb2f..04194a1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Wed Sep 17 00:08:16 2014  Jiri (George) Lebl <jirka 5z com>
+
+       * src/graphing.c: fix some typos, thanks to Wolfgang Stoeggl
+
 Tue Sep 16 16:30:42 2014  Jiri (George) Lebl <jirka 5z com>
 
        * src/graphing.c:  Fitting dependent axis doesn't work if no
diff --git a/src/graphing.c b/src/graphing.c
index 97742e4..81db50c 100644
--- a/src/graphing.c
+++ b/src/graphing.c
@@ -8598,7 +8598,7 @@ get_surface_line_numbers (GelETree *a,
                }
        } else {
                gel_errorout (_("%s: Points should be given as a real, n by 3 matrix "
-                               "with columns for x and y, n>=%d"),
+                               "with columns for x, y and z, n>=%d"),
                              funcname, minn);
                return FALSE;
        }
@@ -10683,7 +10683,7 @@ gel_add_graph_functions (void)
 
        FUNC (PlotCanvasFreeze, 0, "", "plotting", N_("Freeze the plot canvas, that is, inhibit drawing"));
        FUNC (PlotCanvasThaw, 0, "", "plotting", N_("Thaw the plot canvas and redraw the plot immediately"));
-       FUNC (PlotWindowPresent, 0, "", "plotting", N_("Raise the plot window, and if create the window if 
necessary"));
+       FUNC (PlotWindowPresent, 0, "", "plotting", N_("Raise the plot window, and create the window if 
necessary"));
 
 
        VFUNC (ExportPlot, 2, "filename,type", "plotting", N_("Export the current contents of the plot canvas 
to a file.  The file type is given by the string type, which can be \"png\", \"eps\", or \"ps\"."));


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]