We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2353287 commit 3b62b9cCopy full SHA for 3b62b9c
1 file changed
NeeView/SidePanels/Bookshelf/FolderList/FolderList.cs
@@ -663,7 +663,7 @@ public void ClearHistory()
663
{
664
if (_disposedValue) return;
665
666
- var dialog = new MessageDialog(TextResources.GetString("BookshelfItem.Menu.DeleteHistory"), TextResources.GetString("Bookshelf.HistoryDeleteAllDialog.Message"));
+ var dialog = new MessageDialog(TextResources.GetString("ClearHistoryInPlaceCommand"), TextResources.GetString("Bookshelf.HistoryDeleteAllDialog.Message"));
667
dialog.Commands.Add(UICommands.Delete);
668
dialog.Commands.Add(UICommands.Cancel);
669
0 commit comments