From 89f60a7ca37fa53cd5030f08ae535c343abfc935 Mon Sep 17 00:00:00 2001 From: Robert McRackan Date: Thu, 2 Sep 2021 11:35:32 -0400 Subject: [PATCH] fix wording --- LibationLauncher/LibationLauncher.csproj | 2 +- LibationWinForms/Form1.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/LibationLauncher/LibationLauncher.csproj b/LibationLauncher/LibationLauncher.csproj index 5eb07a9a..4d5bdaef 100644 --- a/LibationLauncher/LibationLauncher.csproj +++ b/LibationLauncher/LibationLauncher.csproj @@ -13,7 +13,7 @@ win-x64 - 5.6.2.1 + 5.6.2.2 diff --git a/LibationWinForms/Form1.cs b/LibationWinForms/Form1.cs index ce86fe5f..85b78062 100644 --- a/LibationWinForms/Form1.cs +++ b/LibationWinForms/Form1.cs @@ -205,7 +205,7 @@ namespace LibationWinForms private void setBookBackupCounts(LibraryCommands.LibraryStats libraryStats) { - var backupsCountsLbl_Format = "BACKUPS: Not liberated: {0} In process: {1} Fully backed up: {2}"; + var backupsCountsLbl_Format = "BACKUPS: No progress: {0} In process: {1} Fully backed up: {2}"; // enable/disable export var hasResults = 0 < (libraryStats.booksFullyBackedUp + libraryStats.booksDownloadedOnly + libraryStats.booksNoProgress + libraryStats.booksError);