File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
Plugins/Flow.Launcher.Plugin.Explorer Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -177,7 +177,7 @@ public List<Result> LoadContextMenus(Result selectedResult)
177
177
try
178
178
{
179
179
if ( MessageBox . Show (
180
- Context . API . GetTranslation ( "plugin_explorer_deletefilefolderconfirm" ) ,
180
+ string . Format ( Context . API . GetTranslation ( "plugin_explorer_delete_folder_link" ) , record . FullPath ) ,
181
181
string . Empty ,
182
182
MessageBoxButton . YesNo ,
183
183
MessageBoxIcon . Warning )
Original file line number Diff line number Diff line change 7
7
<system : String x : Key =" plugin_explorer_make_selection_warning" >Please make a selection first</system : String >
8
8
<system : String x : Key =" plugin_explorer_select_folder_link_warning" >Please select a folder link</system : String >
9
9
<system : String x : Key =" plugin_explorer_delete_folder_link" >Are you sure you want to delete {0}?</system : String >
10
- <system : String x : Key =" plugin_explorer_deletefolderconfirm" >Are you sure you want to permanently delete this folder?</system : String >
11
10
<system : String x : Key =" plugin_explorer_deletefileconfirm" >Are you sure you want to permanently delete this file?</system : String >
12
11
<system : String x : Key =" plugin_explorer_deletefilefolderconfirm" >Are you sure you want to permanently delete this file/folder?</system : String >
13
12
<system : String x : Key =" plugin_explorer_deletefilefoldersuccess" >Deletion successful</system : String >
You can’t perform that action at this time.
0 commit comments