Cleanups
[fa-stable.git] / gl / gl_bank.php
index 58479d5bee8bed7f6ccd39efda69f8227fa64251..3c8897c4299ddb11fae598939d679cead4f6651c 100644 (file)
@@ -119,7 +119,7 @@ if (isset($_GET['UpdatedDep']))
        $trans_no = $_GET['UpdatedDep'];
        $trans_type = ST_BANKDEPOSIT;
 
-       display_notification_centered(_("Deposit $trans_no has been modified"));
+       display_notification_centered(sprintf(_("Deposit %d has been modified"), $trans_no));
 
        display_note(get_gl_view_str($trans_type, $trans_no, _("&View the GL Postings for this Deposit")));