fix wording

This commit is contained in:
Robert McRackan 2021-09-02 11:35:32 -04:00
parent ea37c09081
commit 89f60a7ca3
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@
<!-- <PublishSingleFile>true</PublishSingleFile> --> <!-- <PublishSingleFile>true</PublishSingleFile> -->
<RuntimeIdentifier>win-x64</RuntimeIdentifier> <RuntimeIdentifier>win-x64</RuntimeIdentifier>
<Version>5.6.2.1</Version> <Version>5.6.2.2</Version>
</PropertyGroup> </PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'"> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">

View File

@ -205,7 +205,7 @@ namespace LibationWinForms
private void setBookBackupCounts(LibraryCommands.LibraryStats libraryStats) 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 // enable/disable export
var hasResults = 0 < (libraryStats.booksFullyBackedUp + libraryStats.booksDownloadedOnly + libraryStats.booksNoProgress + libraryStats.booksError); var hasResults = 0 < (libraryStats.booksFullyBackedUp + libraryStats.booksDownloadedOnly + libraryStats.booksNoProgress + libraryStats.booksError);