From e5f5f4824341820738eac30c6ef8402c5f65f6b9 Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Fri, 13 Feb 2009 08:00:12 +0000 Subject: Minor text tweak --- core/helpers/album.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/helpers') diff --git a/core/helpers/album.php b/core/helpers/album.php index c45b9bd8..620d5f14 100644 --- a/core/helpers/album.php +++ b/core/helpers/album.php @@ -65,7 +65,7 @@ class album_Core { static function get_add_form($parent) { $form = new Forge("albums/{$parent->id}", "", "post", array("id" => "gAddAlbumForm")); - $group = $form->group("add_album")->label(t("Add Album to %album_title", array("album_title" => $parent->title))); + $group = $form->group("add_album")->label(t("Add an album to %album_title", array("album_title" => $parent->title))); $group->input("name")->label(t("Name")); $group->input("title")->label(t("Title")); $group->textarea("description")->label(t("Description")); -- cgit v1.2.3