diff --git a/post/user/document.php b/post/user/document.php
index 8b4fbcdb..a3c2a89c 100644
--- a/post/user/document.php
+++ b/post/user/document.php
@@ -161,7 +161,7 @@ if (isset($_POST['rename_document'])) {
logAction("Document", "Edit", "$session_name renamed document $old_document_name to $name", $client_id, $document_id);
- $_SESSION['alert_message'] = "You renamed Document to $name";
+ $_SESSION['alert_message'] = "You renamed Document from $old_document_name to $name";
header("Location: " . $_SERVER["HTTP_REFERER"]);