mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-05 10:46:33 +02:00
[PTRun]Improve error MessageBox title and message (#34564)
* include utility name in error MessageBox for better context * aligned loading/init error messages * Update src/modules/launcher/PowerLauncher/Plugin/PluginManager.cs --------- Co-authored-by: Heiko <61519853+htcfreek@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
688d7d9c85
commit
035d70dd04
@@ -910,7 +910,7 @@ namespace PowerLauncher.ViewModel
|
||||
catch (Exception)
|
||||
{
|
||||
string errorMsg = string.Format(CultureInfo.InvariantCulture, RegisterHotkeyFailed, hotkeyStr);
|
||||
MessageBox.Show(errorMsg);
|
||||
MessageBox.Show(errorMsg, Properties.Resources.RegisterHotkeyFailedTitle);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user