[chronojump] Chenged: "no curves matched your criteria" to "no repetitions..."



commit da87f2be74063be44e60c572abcfdaf3aa3b1c0e
Author: Xavier de Blas <xaviblas gmail com>
Date:   Mon Jun 25 17:48:20 2018 +0200

    Chenged: "no curves matched your criteria" to "no repetitions..."

 encoder/graph.R | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/encoder/graph.R b/encoder/graph.R
index 334b01d9..77f0f196 100644
--- a/encoder/graph.R
+++ b/encoder/graph.R
@@ -2568,7 +2568,7 @@ quitIfNoData <- function(curvesPlot, n, curves, outputData1, minHeight)
                         plot(0,0,type="n",axes=F,xlab="",ylab="")
                 
                 text(x=0, y=0, adj=0, cex=1.2, col="red",
-                     paste(translateToPrint("Sorry, no curves matched your criteria."),"\nMin height is = 
",minHeight/10,"cm"))
+                     paste(translateToPrint("Sorry, no repetitions matched your criteria."),"\nMin height is 
= ",minHeight/10,"cm"))
                 dev.off()
                 write("", outputData1)
                 quit()


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