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)
177177 try
178178 {
179179 if ( MessageBox . Show (
180- Context . API . GetTranslation ( "plugin_explorer_deletefilefolderconfirm" ) ,
180+ string . Format ( Context . API . GetTranslation ( "plugin_explorer_delete_folder_link" ) , record . FullPath ) ,
181181 string . Empty ,
182182 MessageBoxButton . YesNo ,
183183 MessageBoxIcon . Warning )
Original file line number Diff line number Diff line change 77 <system : String x : Key =" plugin_explorer_make_selection_warning" >Please make a selection first</system : String >
88 <system : String x : Key =" plugin_explorer_select_folder_link_warning" >Please select a folder link</system : String >
99 <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 >
1110 <system : String x : Key =" plugin_explorer_deletefileconfirm" >Are you sure you want to permanently delete this file?</system : String >
1211 <system : String x : Key =" plugin_explorer_deletefilefolderconfirm" >Are you sure you want to permanently delete this file/folder?</system : String >
1312 <system : String x : Key =" plugin_explorer_deletefilefoldersuccess" >Deletion successful</system : String >
You can’t perform that action at this time.
0 commit comments