diff --git a/ATxService/AutoTx.cs b/ATxService/AutoTx.cs
index fbb31e9c035df62c482072c44f62c1a5cc051284..7cb34b977ebd846330e31e06bcc4a2dfd79e6611 100644
--- a/ATxService/AutoTx.cs
+++ b/ATxService/AutoTx.cs
@@ -723,7 +723,7 @@ namespace ATxService
                               "files is empty!\nThis indicates something went wrong during the " +
                               "transfer, maybe a local permission problem?";
                     Log.Warn(msg);
-                    SendAdminEmail(msg, "Error in FinalizeTransfers()");
+                    SendAdminEmail(msg, "Error Finalizing Transfer!");
                     try {
                         var preserve = _status.CurrentTransferSrc
                             .Replace(_config.ManagedPath, "")