diff options
Diffstat (limited to 'modules/notification/views')
-rw-r--r-- | modules/notification/views/item_deleted.html.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/notification/views/item_deleted.html.php b/modules/notification/views/item_deleted.html.php index 006985ff..f3e098da 100644 --- a/modules/notification/views/item_deleted.html.php +++ b/modules/notification/views/item_deleted.html.php @@ -4,7 +4,7 @@ <title><?= $subject ?> </title> </head> <body> - <h2><?= sprintf(t("%s: %s was deleted from %s"), $type, $item_title, $parent_title) ?></h2> + <h2><?= sprintf(t("%s: %s was removed from %s"), $type, $item_title, $parent_title) ?></h2> <table> <tr> <td colspan="2"><?= sprintf(t("To view the changed album %s use the link below."), $parent_title) ?></td> |