diff options
author | Bharat Mediratta <bharat@menalto.com> | 2009-02-10 03:42:25 +0000 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2009-02-10 03:42:25 +0000 |
commit | 9f76d15086972c3661cbb8c4a786b7763203a745 (patch) | |
tree | bfd22f989e7e1231c357e8d5a4dd94f6cbf7a747 /modules/notification/views | |
parent | 9f77ca61f8f71c1b2c25c5c366cc5f604544ff84 (diff) |
Clean up translations to use t() properly and differentiate between
albums and photos. We should not say the word "item" to users if we
can avoid it.
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> |