fix string template

This commit is contained in:
Robert McRackan 2022-09-19 14:08:46 -04:00
parent 7ac1fff3a0
commit 34bad7a53d

View File

@ -80,7 +80,7 @@ namespace LibationWinForms
var confirmationResult = MessageBoxLib.ShowConfirmationDialog(
visibleLibraryBooks,
$"Are you sure you want to replace tags in {0}?",
"Are you sure you want to replace tags in {0}?",
"Replace tags?");
if (confirmationResult != DialogResult.Yes)