From 6b76f6b9a27949be972a4825f88307873bc562f1 Mon Sep 17 00:00:00 2001 From: rbalsleyMSFT <53497092+rbalsleyMSFT@users.noreply.github.com> Date: Thu, 16 Apr 2026 14:25:47 -0700 Subject: [PATCH] Renames serial mapping file path UI labels Updates UI labels, tooltips, message boxes, dialog titles, and corresponding documentation to use "Serial Computer Names CSV Mapping File Path" instead of "SerialComputerNames.csv File Path" to improve clarity and presentation. Co-authored-by: Copilot --- FFUDevelopment/BuildFFUVM_UI.ps1 | 2 +- FFUDevelopment/BuildFFUVM_UI.xaml | 4 ++-- FFUDevelopment/FFUUI.Core/FFUUI.Core.Handlers.psm1 | 4 ++-- docs/build.md | 6 +++--- docs/parameters_reference.md | 2 +- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/FFUDevelopment/BuildFFUVM_UI.ps1 b/FFUDevelopment/BuildFFUVM_UI.ps1 index 2dd3c1e..ac5de98 100644 --- a/FFUDevelopment/BuildFFUVM_UI.ps1 +++ b/FFUDevelopment/BuildFFUVM_UI.ps1 @@ -538,7 +538,7 @@ $script:uiState.Controls.btnRun.Add_Click({ $hasSavedSerialComputerNamesPath = -not [string]::IsNullOrWhiteSpace([string]$config.DeviceNameSerialComputerNamesPath) -and (Test-Path -Path $config.DeviceNameSerialComputerNamesPath -PathType Leaf) if ((($null -eq $config.DeviceNameSerialComputerNames) -or ($config.DeviceNameSerialComputerNames.Count -eq 0)) -and -not $hasSavedSerialComputerNamesPath) { - [System.Windows.MessageBox]::Show("Enter CSV content or choose a valid SerialComputerNames.csv file before using 'Specify Serial to Device Name Mapping'.", "Serial Mapping Required", "OK", "Warning") | Out-Null + [System.Windows.MessageBox]::Show("Enter CSV content or choose a valid Serial Computer Names CSV Mapping File Path before using 'Specify Serial to Device Name Mapping'.", "Serial Mapping Required", "OK", "Warning") | Out-Null $btnRun.IsEnabled = $true $script:uiState.Controls.txtStatus.Text = "Build canceled: serial computer-name mapping required." return diff --git a/FFUDevelopment/BuildFFUVM_UI.xaml b/FFUDevelopment/BuildFFUVM_UI.xaml index 7de9f6d..c668923 100644 --- a/FFUDevelopment/BuildFFUVM_UI.xaml +++ b/FFUDevelopment/BuildFFUVM_UI.xaml @@ -965,14 +965,14 @@ - + -