mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-07 11:46:30 +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
@@ -142,7 +142,7 @@ namespace PowerLauncher.Properties {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Plugins: {0} - fail to load and would be disabled, please contact plugins creator for help.
|
||||
/// Looks up a localized string similar to Fail to initialize plugins: {0}.
|
||||
/// </summary>
|
||||
public static string FailedToInitializePluginsDescription {
|
||||
get {
|
||||
@@ -151,7 +151,16 @@ namespace PowerLauncher.Properties {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Fail to initialize plugins.
|
||||
/// Looks up a localized string similar to Please report the bug to https://aka.ms/powerToysReportBug. (For third-party plugins, please contact the plugin author.).
|
||||
/// </summary>
|
||||
public static string FailedToInitializePluginsDescriptionPartTwo {
|
||||
get {
|
||||
return ResourceManager.GetString("FailedToInitializePluginsDescriptionPartTwo", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to PowerToys Run - Plugin Initialization Error.
|
||||
/// </summary>
|
||||
public static string FailedToInitializePluginsTitle {
|
||||
get {
|
||||
@@ -195,6 +204,15 @@ namespace PowerLauncher.Properties {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to PowerToys Run - Hotkey Error.
|
||||
/// </summary>
|
||||
public static string RegisterHotkeyFailedTitle {
|
||||
get {
|
||||
return ResourceManager.GetString("RegisterHotkeyFailedTitle", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Please file a bug in the.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user