Simplify naming of AaruConsole methods.

This commit is contained in:
2025-08-17 06:02:59 +01:00
parent 02ec8a05d8
commit 7b0ccf4876
306 changed files with 5049 additions and 5073 deletions

View File

@@ -214,9 +214,9 @@ public sealed class SplashWindowViewModel(SplashWindow view) : ViewModelBase
}
catch(Exception)
{
AaruConsole.ErrorWriteLine(UI.Exception_trying_to_remove_old_database_version);
AaruConsole.Error(UI.Exception_trying_to_remove_old_database_version);
AaruConsole.ErrorWriteLine(UI.Please_manually_remove_file_at_0, Settings.Settings.MainDbPath);
AaruConsole.Error(UI.Please_manually_remove_file_at_0, Settings.Settings.MainDbPath);
return;
}