diff options
author | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-01-06 01:56:30 +0000 |
---|---|---|
committer | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-01-06 01:56:30 +0000 |
commit | ffca510fca9f902930dcbb1893bb6b5c5e1e8e3a (patch) | |
tree | 55bba14274aeba35ced042eb7f3f3f5826fc7b56 /mod/file/upload.php | |
parent | 15fd80978f5cfd56038fd077f92a6ec860d86847 (diff) | |
download | elgg-ffca510fca9f902930dcbb1893bb6b5c5e1e8e3a.tar.gz elgg-ffca510fca9f902930dcbb1893bb6b5c5e1e8e3a.tar.bz2 |
switched from new to add
git-svn-id: http://code.elgg.org/elgg/trunk@7846 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod/file/upload.php')
-rw-r--r-- | mod/file/upload.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/file/upload.php b/mod/file/upload.php index f5fab81f4..8f10b9d82 100644 --- a/mod/file/upload.php +++ b/mod/file/upload.php @@ -13,7 +13,7 @@ $owner = elgg_get_page_owner(); gatekeeper(); group_gatekeeper(); -$title = elgg_echo('file:new'); +$title = elgg_echo('file:add'); // set up breadcrumbs elgg_push_breadcrumb(elgg_echo('file'), "pg/file/all/"); |