Skip to content

Commit 3573ed9

Browse files
committed
Merge branch 'dev' of github.com:loudnate/Loop into dev
2 parents ee27fa8 + 1cfc97d commit 3573ed9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Loop/View Controllers/RadioSelectionTableViewController.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ extension RadioSelectionTableViewController {
7979

8080
vc.selectedIndex = value.rawValue
8181
vc.options = (0..<2).flatMap({ InsulinDataSource(rawValue: $0) }).map { String($0) }
82-
vc.contextHelp = NSLocalizedString("Insulin delivery can be determined from the pump by either interpreting the event history, or comparing the reservoir volume over time. Reading event history allows for a more accurate status graph and uploading up-to-date treatment data to Nightscout, at the cost of faster pump battery drain and the possibility of a higher radio error rate compared to reading only reservoir volume. If the selected source cannot be used for any reason, the system will attempt to fall back to the other option.", comment: "Instructions on selecting an insulin data source")
82+
vc.contextHelp = NSLocalizedString("Insulin delivery can be determined from the pump by either interpreting the event history or comparing the reservoir volume over time. Reading event history allows for a more accurate status graph and uploading up-to-date treatment data to Nightscout, at the cost of faster pump battery drain and the possibility of a higher radio error rate compared to reading only reservoir volume. If the selected source cannot be used for any reason, the system will attempt to fall back to the other option.", comment: "Instructions on selecting an insulin data source")
8383

8484
return vc
8585
}

0 commit comments

Comments
 (0)