fix string template
This commit is contained in:
parent
7ac1fff3a0
commit
34bad7a53d
@ -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…
x
Reference in New Issue
Block a user