fix string template
This commit is contained in:
parent
7ac1fff3a0
commit
34bad7a53d
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue