mirror of
https://github.com/SabreTools/MPF.git
synced 2026-07-02 17:24:48 +00:00
Change printable string misspellings relating to DIC (#117)
* Update DumpEnvironment.cs Change Disk to Disc in printable strings of DumpEnvironment.cs * Update OptionsWindow.xaml Change Disk to Disc in printable strings of OptionsWindow.xaml
This commit is contained in:
committed by
Matt Nadareski
parent
2f63ebcd29
commit
1dcd36d640
@@ -92,7 +92,7 @@
|
||||
<CheckBox Grid.Column="0" VerticalAlignment="Center" Content="Quiet Mode"
|
||||
DataContext="{Binding Source={x:Static lui:ViewModels.OptionsViewModel}}"
|
||||
IsChecked="{Binding Path=QuietMode}"
|
||||
ToolTip="Disable DiskImageCreator sounds"
|
||||
ToolTip="Disable DiscImageCreator sounds"
|
||||
/>
|
||||
<CheckBox Grid.Column="1" VerticalAlignment="Center" Content="Paranoid Mode"
|
||||
DataContext="{Binding Source={x:Static lui:ViewModels.OptionsViewModel}}"
|
||||
|
||||
@@ -312,7 +312,7 @@ namespace DICUI.Utilities
|
||||
/// </summary>
|
||||
private void ExecuteDiskImageCreator()
|
||||
{
|
||||
ViewModels.LoggerViewModel.VerboseLogLn("Launching DiskImageCreator process.");
|
||||
ViewModels.LoggerViewModel.VerboseLogLn("Launching DiscImageCreator process.");
|
||||
|
||||
dicProcess = new Process()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user