[chronojump] Minor change



commit a296cf5f0978db85ba1f2d756e9de0810f448ce4
Author: Xavier de Blas <xaviblas gmail com>
Date:   Tue Jan 28 13:41:51 2020 +0100

    Minor change

 src/gui/run.cs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/gui/run.cs b/src/gui/run.cs
index e7d82481..61490424 100644
--- a/src/gui/run.cs
+++ b/src/gui/run.cs
@@ -1132,7 +1132,7 @@ public class RunsIntervalMoreWindow : EventMoreWindow
        
        protected override void fillTreeView (Gtk.TreeView tv, TreeStore store) 
        {
-               //select data without inserting an "all jumps", and not obtain only name of jump
+               //select data without inserting an "all runs", and not obtain only name of run
                string [] myTypes = SqliteRunIntervalType.SelectRunIntervalTypes("", false);
                
                //remove typesTranslated


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