Skip to content

Commit b44c9b6

Browse files
committed
Update from method name change method
1 parent df1af8f commit b44c9b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Flow.Launcher.Plugin/SharedCommands/FilesFolders.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ public static void OpenPath(string fileOrFolderPath)
123123
#if DEBUG
124124
throw e;
125125
#else
126-
MessageBox.Show(string.Format("Unable to open location {0}, please check if it exists", location));
126+
MessageBox.Show(string.Format("Unable to open the path {0}, please check if it exists", fileOrFolderPath));
127127
#endif
128128
}
129129
}

0 commit comments

Comments
 (0)