From d25605729edd637cfd25b837719db345b7a00c6a Mon Sep 17 00:00:00 2001 From: JTPetter <61797391+JTPetter@users.noreply.github.com> Date: Mon, 25 Sep 2023 11:19:07 +0200 Subject: [PATCH] Forgot to replace a line --- R/msaGaugeRRnonrep.R | 2 +- inst/Upgrades.qml | 2 +- inst/qml/msaGaugeRRnonrep.qml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/R/msaGaugeRRnonrep.R b/R/msaGaugeRRnonrep.R index c8c0715c..f0041086 100644 --- a/R/msaGaugeRRnonrep.R +++ b/R/msaGaugeRRnonrep.R @@ -405,7 +405,7 @@ msaGaugeRRnonrep <- function(jaspResults, dataset, options, ...) { }else{ title <- options[["reportTitle"]] } - name <- gettextf("Gauge name: %s", options[["anovaGaugeNestedName"]]) + name <- gettextf("Gauge name: %s", options[["reportGaugeName"]]) date <- gettextf("Date of study: %s", options[["reportDate"]]) text1 <- c(name, date) diff --git a/inst/Upgrades.qml b/inst/Upgrades.qml index ff704a2a..2c73bdc1 100644 --- a/inst/Upgrades.qml +++ b/inst/Upgrades.qml @@ -281,7 +281,7 @@ Upgrades // report ChangeRename {from: "anovaGaugeNestedReport"; to: "report"} ChangeRename {from: "anovaGaugeNestedTitle"; to: "reportTitle"} - ChangeRename {from: "anovaGaugeNestedName"; to: "reportName"} + ChangeRename {from: "anovaGaugeNestedName"; to: "reportGaugeName"} ChangeRename {from: "anovaGaugeNestedDate"; to: "reportDate"} ChangeRename {from: "anovaGaugeNestedReportedBy"; to: "reportReportedBy"} ChangeRename {from: "anovaGaugeNestedMisc"; to: "reportMiscellaneous"} diff --git a/inst/qml/msaGaugeRRnonrep.qml b/inst/qml/msaGaugeRRnonrep.qml index 3065b6dd..c02867a6 100644 --- a/inst/qml/msaGaugeRRnonrep.qml +++ b/inst/qml/msaGaugeRRnonrep.qml @@ -226,9 +226,9 @@ Form TextField { - name: "anovaGaugeNestedName" + name: "reportGaugeName" label: qsTr("Gauge name") - id: anovaGaugeNestedName + id: reportGaugeName placeholderText: qsTr("Name") fieldWidth: 100 }