From a0999351697248e1f90a6198eb2bbd5a0eae839c Mon Sep 17 00:00:00 2001 From: Jack251970 <1160210343@qq.com> Date: Tue, 13 May 2025 13:03:04 +0800 Subject: [PATCH] Fix message --- Plugins/Flow.Launcher.Plugin.Program/Languages/en.xaml | 4 ++-- .../Flow.Launcher.Plugin.Program/Views/ProgramSetting.xaml.cs | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Plugins/Flow.Launcher.Plugin.Program/Languages/en.xaml b/Plugins/Flow.Launcher.Plugin.Program/Languages/en.xaml index bf6de50fe..65fd8951c 100644 --- a/Plugins/Flow.Launcher.Plugin.Program/Languages/en.xaml +++ b/Plugins/Flow.Launcher.Plugin.Program/Languages/en.xaml @@ -48,8 +48,8 @@ Please select a program source Are you sure you want to delete the selected program sources? - Please select program sources that are not added by you - Please select program sources that are added by you + Please select program sources that are not added by you + Please select program sources that are added by you Another program source with the same location already exists. Program Source diff --git a/Plugins/Flow.Launcher.Plugin.Program/Views/ProgramSetting.xaml.cs b/Plugins/Flow.Launcher.Plugin.Program/Views/ProgramSetting.xaml.cs index 59ee40c12..8b19ba81c 100644 --- a/Plugins/Flow.Launcher.Plugin.Program/Views/ProgramSetting.xaml.cs +++ b/Plugins/Flow.Launcher.Plugin.Program/Views/ProgramSetting.xaml.cs @@ -428,7 +428,7 @@ namespace Flow.Launcher.Plugin.Program.Views if (!IsAllItemsUserAdded(selectedItems)) { - var msg1 = context.API.GetTranslation("flowlauncher_plugin_program_delete_program_source_not_user_added"); + var msg1 = context.API.GetTranslation("flowlauncher_plugin_program_delete_program_source_user_added"); context.API.ShowMsgBox(msg1); return; }