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);