summaryrefslogtreecommitdiff
path: root/modules/organize/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/organize/helpers
parentfabdde9bb97bc01c52de41069fed0d046717d3fe (diff)
Fix for ticket #341.
Change the wording for the sort order from "Default" to "Order Added"
Diffstat (limited to 'modules/organize/helpers')
-rw-r--r--modules/organize/helpers/organize.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/organize/helpers/organize.php b/modules/organize/helpers/organize.php
index 9bf4e986..25284771 100644
--- a/modules/organize/helpers/organize.php
+++ b/modules/organize/helpers/organize.php
@@ -43,7 +43,7 @@ class organize_Core {
$sortPane->hidden("item[]")->value($item->id);
$sortPane->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"),