From b44c9b6469b0ffdedd7475602cab657f2298639c Mon Sep 17 00:00:00 2001 From: Jeremy Wu Date: Wed, 29 Apr 2020 19:02:57 +1000 Subject: [PATCH] Update from method name change method --- Flow.Launcher.Plugin/SharedCommands/FilesFolders.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Flow.Launcher.Plugin/SharedCommands/FilesFolders.cs b/Flow.Launcher.Plugin/SharedCommands/FilesFolders.cs index f9888b78c..17c2dc511 100644 --- a/Flow.Launcher.Plugin/SharedCommands/FilesFolders.cs +++ b/Flow.Launcher.Plugin/SharedCommands/FilesFolders.cs @@ -123,7 +123,7 @@ namespace Flow.Launcher.Plugin.SharedCommands #if DEBUG throw e; #else - MessageBox.Show(string.Format("Unable to open location {0}, please check if it exists", location)); + MessageBox.Show(string.Format("Unable to open the path {0}, please check if it exists", fileOrFolderPath)); #endif } }