Micro-bolus text EN string correction

This commit is contained in:
Paul Plant 2022-05-20 20:45:05 +02:00
parent 917a4432be
commit efe40c5872
2 changed files with 5 additions and 5 deletions

View File

@ -30,8 +30,8 @@
"settingsviews_showTreatmentsOnChart" = "Show Treatments on Chart?"; "settingsviews_showTreatmentsOnChart" = "Show Treatments on Chart?";
"settingsviews_smallBolusTreatmentThreshold" = "Micro-bolus Threshold:"; "settingsviews_smallBolusTreatmentThreshold" = "Micro-bolus Threshold:";
"settingsviews_smallBolusTreatmentThresholdMessage" = "Below how many units should we consider a bolus as a micro-bolus?\n\n(Recommended value: 1.0U)"; "settingsviews_smallBolusTreatmentThresholdMessage" = "Below how many units should we consider a bolus as a micro-bolus?\n\n(Recommended value: 1.0U)";
"settingsviews_showSmallBolusTreatmentsOnChart" = "Show Micro-Bolus on Chart?"; "settingsviews_showSmallBolusTreatmentsOnChart" = "Show Micro-bolus on Chart?";
"settingsviews_showSmallBolusTreatmentsInList" = "Show Micro-Bolus in List?"; "settingsviews_showSmallBolusTreatmentsInList" = "Show Micro-bolus in List?";
"settingsviews_sectiontitlestatistics" = "Statistics"; "settingsviews_sectiontitlestatistics" = "Statistics";
"settingsviews_showStatistics" = "Show Statistics?"; "settingsviews_showStatistics" = "Show Statistics?";
"settingsviews_daysToUseStatisticsTitle" = "Days to Calculate?"; "settingsviews_daysToUseStatisticsTitle" = "Days to Calculate?";

View File

@ -123,7 +123,7 @@ class Texts_SettingsView {
}() }()
static let settingsviews_smallBolusTreatmentThreshold = { static let settingsviews_smallBolusTreatmentThreshold = {
return NSLocalizedString("settingsviews_smallBolusTreatmentThreshold", tableName: filename, bundle: Bundle.main, value: "Micro-Bolus Threshold:", comment: "When clicking the threshold setting, a pop up asks for the number of units under which a bolus should be considered a micro-bolus") return NSLocalizedString("settingsviews_smallBolusTreatmentThreshold", tableName: filename, bundle: Bundle.main, value: "Micro-bolus Threshold:", comment: "When clicking the threshold setting, a pop up asks for the number of units under which a bolus should be considered a micro-bolus")
}() }()
static let settingsviews_smallBolusTreatmentThresholdMessage = { static let settingsviews_smallBolusTreatmentThresholdMessage = {
@ -131,11 +131,11 @@ class Texts_SettingsView {
}() }()
static let settingsviews_showSmallBolusTreatmentsOnChart: String = { static let settingsviews_showSmallBolusTreatmentsOnChart: String = {
return NSLocalizedString("settingsviews_showSmallBolusTreatmentsOnChart", tableName: filename, bundle: Bundle.main, value: "Show Micro-Bolus on Chart?", comment: "treatments settings, show the micro-bolus on main chart") return NSLocalizedString("settingsviews_showSmallBolusTreatmentsOnChart", tableName: filename, bundle: Bundle.main, value: "Show Micro-bolus on Chart?", comment: "treatments settings, show the micro-bolus on main chart")
}() }()
static let settingsviews_showSmallBolusTreatmentsInList: String = { static let settingsviews_showSmallBolusTreatmentsInList: String = {
return NSLocalizedString("settingsviews_showSmallBolusTreatmentsInList", tableName: filename, bundle: Bundle.main, value: "Show Micro-Bolus in List?", comment: "treatments settings, show the micro-bolus in the treatment list") return NSLocalizedString("settingsviews_showSmallBolusTreatmentsInList", tableName: filename, bundle: Bundle.main, value: "Show Micro-bolus in List?", comment: "treatments settings, show the micro-bolus in the treatment list")
}() }()
// MARK: - Section Statistics // MARK: - Section Statistics