diff options
| author | Tim Almdal <tnalmdal@shaw.ca> | 2009-07-10 18:11:12 -0700 |
|---|---|---|
| committer | Tim Almdal <tnalmdal@shaw.ca> | 2009-07-10 18:11:12 -0700 |
| commit | fe6320ef4c976df037c259c85bab26c508659ba9 (patch) | |
| tree | a044695b398a1e05386966ac61f2ea683ec8d300 /modules/gallery/helpers | |
| parent | fabdde9bb97bc01c52de41069fed0d046717d3fe (diff) | |
Fix for ticket #341.
Change the wording for the sort order from "Default" to "Order Added"
Diffstat (limited to 'modules/gallery/helpers')
| -rw-r--r-- | modules/gallery/helpers/album.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gallery/helpers/album.php b/modules/gallery/helpers/album.php index 362b93d0..1197f243 100644 --- a/modules/gallery/helpers/album.php +++ b/modules/gallery/helpers/album.php @@ -111,7 +111,7 @@ class album_Core { $sort_order->dropdown("column", array("id" => "gAlbumSortColumn")) ->label(t("Sort by")) - ->options(array("weight" => t("Default"), + ->options(array("weight" => t("Order Added"), "captured" => t("Capture Date"), "created" => t("Creation Date"), "title" => t("Title"), |
