From 0961caa991cd14373e41c19dd234faf1f2cd2d56 Mon Sep 17 00:00:00 2001 From: joyfullservice Date: Tue, 23 Feb 2021 14:14:38 -0600 Subject: [PATCH] Clarify log file terminology Could be a little scary for users to see a message that there were "No forms found in this database" when exporting only changed items. :smile: --- Version Control.accda.src/modules/modImportExport.bas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Version Control.accda.src/modules/modImportExport.bas b/Version Control.accda.src/modules/modImportExport.bas index 1236fb61..402d9443 100644 --- a/Version Control.accda.src/modules/modImportExport.bas +++ b/Version Control.accda.src/modules/modImportExport.bas @@ -90,7 +90,7 @@ Public Sub ExportSource(blnFullExport As Boolean) lngCount = cCategory.Count(Not blnFullExport) If lngCount = 0 Then Log.Spacer Options.ShowDebug - Log.Add "No " & LCase(cCategory.Category) & " found in this database.", Options.ShowDebug + Log.Add IIf(blnFullExport, "No ", "No modified ") & LCase(cCategory.Category) & " found in this database.", Options.ShowDebug Else ' Show category header and clear out any orphaned files. Log.Spacer Options.ShowDebug