diff options
author | ewinslow <ewinslow@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-04-23 00:30:17 +0000 |
---|---|---|
committer | ewinslow <ewinslow@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-04-23 00:30:17 +0000 |
commit | d4139ca10963001c830a72c0f70f2c2dd8edec57 (patch) | |
tree | d54a6124382dfd26922fe929672aec35d37f8ca6 /mod/developers/languages | |
parent | 027012acf87be84bee8e02b0c8080c6b4f1baecc (diff) | |
download | elgg-d4139ca10963001c830a72c0f70f2c2dd8edec57.tar.gz elgg-d4139ca10963001c830a72c0f70f2c2dd8edec57.tar.bz2 |
Fixes #3042: Theme preview navs now match css/elements/*. Also did a major cleanup of the presentation.
git-svn-id: http://code.elgg.org/elgg/trunk@9019 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod/developers/languages')
-rw-r--r-- | mod/developers/languages/en.php | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/mod/developers/languages/en.php b/mod/developers/languages/en.php index 41bdcdddb..a2db69bc4 100644 --- a/mod/developers/languages/en.php +++ b/mod/developers/languages/en.php @@ -26,13 +26,14 @@ $english = array( 'developers:debug:notice' => 'Notice', // theme preview - 'theme_preview:general' => 'General', - 'theme_preview:navigation' => 'Navigation', + 'theme_preview:buttons' => 'Buttons', + 'theme_preview:components' => 'Components', 'theme_preview:forms' => 'Forms', - 'theme_preview:objects' => 'Objects', 'theme_preview:grid' => 'Grid', - 'theme_preview:widgets' => 'Widgets', 'theme_preview:icons' => 'Icons', + 'theme_preview:modules' => 'Modules', + 'theme_preview:navigation' => 'Navigation', + 'theme_preview:typography' => 'Typography', ); add_translation('en', $english); |