Skip to content

Commit

Permalink
replaced gettext(%) by gettextf(%%)
Browse files Browse the repository at this point in the history
  • Loading branch information
shun2wang authored Oct 27, 2023
1 parent 5030e70 commit 24d5573
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/msaGaugeRR.R
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ msaGaugeRR <- function(jaspResults, dataset, options, ...) {
RRtable2$addColumnInfo(name = "source", title = gettext("Source"), type = "string")
RRtable2$addColumnInfo(name = "SD", title = gettext("Std. Deviation"), type = "number")
RRtable2$addColumnInfo(name = "studyVar", title = gettextf("Study Variation"), type = "number")
RRtable2$addColumnInfo(name = "percentStudyVar", title = gettext("% Study Variation"), type = "integer")
RRtable2$addColumnInfo(name = "percentStudyVar", title = gettextf("%% Study Variation"), type = "integer")
if(options[["tolerance"]])
RRtable2$addColumnInfo(name = "percentTolerance", title = gettextf("%% Tolerance"), type = "integer")

Expand Down

0 comments on commit 24d5573

Please sign in to comment.