Update delete confirmation message for folder link in context menu

This commit is contained in:
DB P 2025-05-30 13:20:16 +09:00
parent 6144d4a3a4
commit c33e9dedb8

View file

@ -199,7 +199,7 @@ namespace Flow.Launcher.Plugin.Explorer
{ {
if (Context.API.ShowMsgBox( if (Context.API.ShowMsgBox(
string.Format(Context.API.GetTranslation("plugin_explorer_delete_folder_link"), record.FullPath), string.Format(Context.API.GetTranslation("plugin_explorer_delete_folder_link"), record.FullPath),
string.Empty, Context.API.GetTranslation("plugin_explorer_deletefilefolder"),
MessageBoxButton.YesNo, MessageBoxButton.YesNo,
MessageBoxImage.Warning) MessageBoxImage.Warning)
== MessageBoxResult.No) == MessageBoxResult.No)