summaryrefslogtreecommitdiff
path: root/modules/gallery/helpers
diff options
context:
space:
mode:
authorTim Almdal <tnalmdal@shaw.ca>2009-07-10 18:11:12 -0700
committerTim Almdal <tnalmdal@shaw.ca>2009-07-10 18:11:12 -0700
commitfe6320ef4c976df037c259c85bab26c508659ba9 (patch)
treea044695b398a1e05386966ac61f2ea683ec8d300 /modules/gallery/helpers
parentfabdde9bb97bc01c52de41069fed0d046717d3fe (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.php2
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"),