1
0

Avoid string concatenation in t() calls - it breaks the language scanner.

This commit is contained in:
Bharat Mediratta 2012-01-02 06:37:56 -08:00
parent ea015d7ded
commit e7ababf870

View File

@ -30,8 +30,7 @@ class tag_albums_event_Core {
// tell the user to install it if it isn't.
if (!module::is_active("tag") || in_array("tag", $changes->deactivate)) {
site_status::warning(
t("The Tag Albums module requires the Tags module. " .
"<a href=\"%url\">Activate the Tags module now</a>",
t("The Tag Albums module requires the Tags module. <a href=\"%url\">Activate the Tags module now</a>",
array("url" => url::site("admin/modules"))),
"tag_albums_needs_tag");
} else {