diff options
author | Bharat Mediratta <bharat@menalto.com> | 2009-02-13 08:00:12 +0000 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2009-02-13 08:00:12 +0000 |
commit | e5f5f4824341820738eac30c6ef8402c5f65f6b9 (patch) | |
tree | 07a5fb445c631ecbc7bcb5da838821c84eaffe77 | |
parent | 2295d748797c214878d2620be4251d2d7fa05192 (diff) |
Minor text tweak
-rw-r--r-- | core/helpers/album.php | 2 |
1 files changed, 1 insertions, 1 deletions
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")); |