We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6144d4a commit c33e9deCopy full SHA for c33e9de
Plugins/Flow.Launcher.Plugin.Explorer/ContextMenu.cs
@@ -199,7 +199,7 @@ public List<Result> LoadContextMenus(Result selectedResult)
199
{
200
if (Context.API.ShowMsgBox(
201
string.Format(Context.API.GetTranslation("plugin_explorer_delete_folder_link"), record.FullPath),
202
- string.Empty,
+ Context.API.GetTranslation("plugin_explorer_deletefilefolder"),
203
MessageBoxButton.YesNo,
204
MessageBoxImage.Warning)
205
== MessageBoxResult.No)
0 commit comments