diff --git a/AutoTx/AutoTx.cs b/AutoTx/AutoTx.cs
index 350c4ac74048f8fd9679c3c22bdbfc4895177be3..3c336262f21ac52ace2f17f3e9533fca087a34e1 100644
--- a/AutoTx/AutoTx.cs
+++ b/AutoTx/AutoTx.cs
@@ -943,8 +943,8 @@ namespace AutoTx
                 }
             }
             if (string.IsNullOrEmpty(report))
-                return "No expired folders in grace location.\n";
-            return  "Expired folders in grace location:\n" + report;
+                report = " -- NONE --\n";
+            return  "Folders older than " + threshold + " days in grace location:\n" + report;
         }
 
         /// <summary>