mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Fix message
This commit is contained in:
parent
284729afb5
commit
a099935169
2 changed files with 3 additions and 3 deletions
|
|
@ -48,8 +48,8 @@
|
|||
|
||||
<system:String x:Key="flowlauncher_plugin_program_pls_select_program_source">Please select a program source</system:String>
|
||||
<system:String x:Key="flowlauncher_plugin_program_delete_program_source">Are you sure you want to delete the selected program sources?</system:String>
|
||||
<system:String x:Key="flowlauncher_plugin_program_delete_program_source_user_added">Please select program sources that are not added by you</system:String>
|
||||
<system:String x:Key="flowlauncher_plugin_program_delete_program_source_not_user_added">Please select program sources that are added by you</system:String>
|
||||
<system:String x:Key="flowlauncher_plugin_program_delete_program_source_not_user_added">Please select program sources that are not added by you</system:String>
|
||||
<system:String x:Key="flowlauncher_plugin_program_delete_program_source_user_added">Please select program sources that are added by you</system:String>
|
||||
<system:String x:Key="flowlauncher_plugin_program_duplicate_program_source">Another program source with the same location already exists.</system:String>
|
||||
|
||||
<system:String x:Key="flowlauncher_plugin_program_edit_program_source_title">Program Source</system:String>
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue