mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Update delete confirmation message for folder link in context menu
This commit is contained in:
parent
6144d4a3a4
commit
c33e9dedb8
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue