diff --git a/Src/Common/FwUtils/FwUpdateChooserDlg.cs b/Src/Common/FwUtils/FwUpdateChooserDlg.cs index 427d31a77f..2278ff0813 100644 --- a/Src/Common/FwUtils/FwUpdateChooserDlg.cs +++ b/Src/Common/FwUtils/FwUpdateChooserDlg.cs @@ -21,8 +21,8 @@ public FwUpdateChooserDlg(FwUpdate current, IEnumerable 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}.";