diff --git a/xdrip/Storyboards/en.lproj/SettingsViews.strings b/xdrip/Storyboards/en.lproj/SettingsViews.strings index 0286be4e..734d6c6a 100644 --- a/xdrip/Storyboards/en.lproj/SettingsViews.strings +++ b/xdrip/Storyboards/en.lproj/SettingsViews.strings @@ -30,8 +30,8 @@ "settingsviews_showTreatmentsOnChart" = "Show Treatments on Chart?"; "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_showSmallBolusTreatmentsOnChart" = "Show Micro-Bolus on Chart?"; -"settingsviews_showSmallBolusTreatmentsInList" = "Show Micro-Bolus in List?"; +"settingsviews_showSmallBolusTreatmentsOnChart" = "Show Micro-bolus on Chart?"; +"settingsviews_showSmallBolusTreatmentsInList" = "Show Micro-bolus in List?"; "settingsviews_sectiontitlestatistics" = "Statistics"; "settingsviews_showStatistics" = "Show Statistics?"; "settingsviews_daysToUseStatisticsTitle" = "Days to Calculate?"; diff --git a/xdrip/Texts/TextsSettingsView.swift b/xdrip/Texts/TextsSettingsView.swift index b7df890a..f4869b82 100644 --- a/xdrip/Texts/TextsSettingsView.swift +++ b/xdrip/Texts/TextsSettingsView.swift @@ -123,7 +123,7 @@ class Texts_SettingsView { }() 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 = { @@ -131,11 +131,11 @@ class Texts_SettingsView { }() 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 = { - 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