Skip to content

Commit

Permalink
#252 Fix wording
Browse files Browse the repository at this point in the history
  • Loading branch information
helgoboss committed Aug 14, 2024
1 parent 56c6544 commit 20a8b69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/src/infrastructure/ui/header_panel.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2337,7 +2337,7 @@ impl HeaderPanel {
// Safe!
return true;
}
let msg = "Some of the mappings have references to this particular project. This doesn't make sense for a preset that's supposed to be reusable among different projects. Please consider using \"Menu => Modify multiple mappings => Make listed mappings non-sticky\" before saving the preset. Do you still want to save the preset now?";
let msg = "Some of the mappings have references to this particular project. This doesn't make sense for a preset that's supposed to be reusable among different projects. Please consider using \"Menu => Modify multiple mappings => Make targets of listed mappings non-sticky\" before saving the preset. Do you still want to save the preset now?";
self.view.require_window().confirm("ReaLearn", msg)
}

Expand Down

0 comments on commit 20a8b69

Please sign in to comment.