### Eclipse Workspace Patch 1.0
#P Drupal HEAD (Core)
Index: themes/engines/phptemplate/phptemplate.engine
===================================================================
RCS file: /cvs/drupal/drupal/themes/engines/phptemplate/phptemplate.engine,v
retrieving revision 1.54
diff -u -r1.54 phptemplate.engine
--- themes/engines/phptemplate/phptemplate.engine	30 Dec 2006 20:59:11 -0000	1.54
+++ themes/engines/phptemplate/phptemplate.engine	8 Jan 2007 21:03:15 -0000
@@ -27,7 +27,7 @@
   return array(
        'left' => t('left sidebar'),
        'right' => t('right sidebar'),
-       'content' => t('content'),
+       'content' => t('below content'),
        'header' => t('header'),
        'footer' => t('footer')
   );
