Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Src/Common/FwUtils/FwUpdateChooserDlg.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ public FwUpdateChooserDlg(FwUpdate current, IEnumerable<FwUpdate> available) : t
// FwUpdate.ToString does not always include the base build number (which could be informative) but does include the installer type,
// even though we have no way of knowing what that was for the current version; define our own relevant parts here.
tbInstructions.Text =
$"The following installers are available. You currently have {current.Version}_b{current.BaseBuild} built {current.Date:yyyy-MM-dd} installed" +
" (date is invalid for FLEx Bridge). Additional patches may be available on the listed base (online and offline) installers. " +
$"The following installers are available. You currently have {current.Version}_b{current.BaseBuild} built {current.Date:yyyy-MM-dd} installed. " +
"Additional patches may be available on the listed base (online and offline) installers. " +
"To download an update, double-click, or select it and click Download; another dialog will appear when the download is complete. " +
$"To install FieldWorks base installers, you may need to uninstall FLEx and then install manually from {FwDirectoryFinder.DownloadedUpdates}.";

Expand Down
Loading