Skip to content

Commit

Permalink
Fix i18n tests
Browse files Browse the repository at this point in the history
  • Loading branch information
JTPetter committed Apr 2, 2024
1 parent 10f917a commit 3b4a9f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/msaTestRetest.R
Original file line number Diff line number Diff line change
Expand Up @@ -162,8 +162,8 @@ msaTestRetest <- function(jaspResults, dataset, options, ...) {
table$addColumnInfo(name = "PSD", title = gettext("Process Std. Dev."), type = "number")
table$addColumnInfo(name = "tolerance", title = gettext("Tolerance"), type = "number")
table$addColumnInfo(name = "GRR", title = gettext("GRR"), type = "number")
table$addColumnInfo(name = "GRRpercent.PSD", title = gettext("%GRR of Process Std. Dev."), type = "number")
table$addColumnInfo(name = "GRRpercent.Tol", title = gettext("%GRR of Tolerance"), type = "number")
table$addColumnInfo(name = "GRRpercent.PSD", title = gettextf("%%GRR of Process Std. Dev."), type = "number")
table$addColumnInfo(name = "GRRpercent.Tol", title = gettextf("%%GRR of Tolerance"), type = "number")

rows <- list()
rows[["n"]] = n
Expand Down

0 comments on commit 3b4a9f9

Please sign in to comment.