diff options
author | Cash Costello <cash.costello@gmail.com> | 2009-06-17 00:07:17 +0000 |
---|---|---|
committer | Cash Costello <cash.costello@gmail.com> | 2009-06-17 00:07:17 +0000 |
commit | 0afd1a3ce8392863a89932b7525d58be8c7f5135 (patch) | |
tree | c3afa1eecf2b553105580e3ea92577dbf0afb643 /languages | |
parent | 4e4f91f83a3cbdfc240059bebadf852c1e5901cf (diff) | |
download | elgg-0afd1a3ce8392863a89932b7525d58be8c7f5135.tar.gz elgg-0afd1a3ce8392863a89932b7525d58be8c7f5135.tar.bz2 |
switched to Administration from Settings
Diffstat (limited to 'languages')
-rw-r--r-- | languages/en.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/languages/en.php b/languages/en.php index 7c452c6e4..9bcd623f6 100644 --- a/languages/en.php +++ b/languages/en.php @@ -39,9 +39,9 @@ 'tidypics:highestrated' => "Highest rated images",
'tidypics:viewsbyowner' => "Views: %s by %s users (not including you)",
'tidypics:viewsbyothers' => "Views: %s (%s by you)",
-
+ 'tidypics:administration' => 'Tidypics Administration',
+
//settings
- 'tidypics:adminsettings' => 'Tidypics Settings',
'tidypics:admin:instructions' => 'These are the core Tidypics settings. Change them for your setup and then click save.',
'tidypics:settings:image_lib' => "Image Library: ",
'tidypics:settings:download_link' => "Show download link",
|