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(
|
var confirmationResult = MessageBoxLib.ShowConfirmationDialog(
|
||||||
visibleLibraryBooks,
|
visibleLibraryBooks,
|
||||||
$"Are you sure you want to replace tags in {0}?",
|
"Are you sure you want to replace tags in {0}?",
|
||||||
"Replace tags?");
|
"Replace tags?");
|
||||||
|
|
||||||
if (confirmationResult != DialogResult.Yes)
|
if (confirmationResult != DialogResult.Yes)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue