diff --git a/3.0/modules/tag_albums/helpers/tag_albums_event.php b/3.0/modules/tag_albums/helpers/tag_albums_event.php index 033293f1..b9bf4d3a 100644 --- a/3.0/modules/tag_albums/helpers/tag_albums_event.php +++ b/3.0/modules/tag_albums/helpers/tag_albums_event.php @@ -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. " . - "Activate the Tags module now", + t("The Tag Albums module requires the Tags module. Activate the Tags module now", array("url" => url::site("admin/modules"))), "tag_albums_needs_tag"); } else { @@ -76,7 +75,7 @@ class tag_albums_event_Core { $tags_album_group = $form->edit_item->group("tags_album_group"); $tags_album_group->dropdown("tags_album_type") ->options( - array("OR" => t("Display items that contain ANY of the following tags:"), + array("OR" => t("Display items that contain ANY of the following tags:"), "AND" => t("Display items that contain ALL of the following tags:"))) ->selected($tag_album_type); $tags_album_group->input("tag_albums")