diff options
| author | Brett Profitt <brett.profitt@gmail.com> | 2011-04-26 15:03:02 -0400 | 
|---|---|---|
| committer | Brett Profitt <brett.profitt@gmail.com> | 2011-04-26 15:03:02 -0400 | 
| commit | c80ba5aa03264dd64c20ed8ae222e87f9371a44d (patch) | |
| tree | 9355d87a9ab4570b9e54685ad9869cd4fedd392f /mod/developers/languages | |
| parent | 581c2d35ae053aed07a607b8bb844603c48b7c2f (diff) | |
| parent | 632cf13234d04a3f6b7acf67866a82e0bebde55c (diff) | |
| download | elgg-c80ba5aa03264dd64c20ed8ae222e87f9371a44d.tar.gz elgg-c80ba5aa03264dd64c20ed8ae222e87f9371a44d.tar.bz2 | |
Merge remote branch 'upstream/master'
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); | 
