Index: branches/2.8.x/CHANGELOG
===================================================================
--- branches/2.8.x/CHANGELOG	(revision 1458)
+++ branches/2.8.x/CHANGELOG	(revision 1459)
@@ -11,6 +11,8 @@
 ! = Update/Change
 
 ------------------------------------- 2.8.2 ------------------------------------
+26 Jun-2011 Build 1459 Dietmar Woellbrink (Luisehahne)
+# Ticket 1099: change title for add_child_page in page tree
 26 Jun-2011 Build 1458 Dietmar Woellbrink (Luisehahne)
 # Ticket 833 fixed markup for table cells in view.php
 ! change themes.css to make style more flexible in success.htt and error.htt
Index: branches/2.8.x/wb/admin/pages/index.php
===================================================================
--- branches/2.8.x/wb/admin/pages/index.php	(revision 1458)
+++ branches/2.8.x/wb/admin/pages/index.php	(revision 1459)
@@ -287,7 +287,7 @@
 				?>
 				<td class="list_actions">
 					<?php if(($admin->get_permission('pages_add')) == (true && $can_modify == true) && ($page['visibility'] != 'deleted')) { ?>
-					<a href="javascript:add_child_page('<?php echo $page['page_id']; ?>');" title="<?php echo $HEADING['ADD_PAGE']; ?>">
+					<a href="javascript:add_child_page('<?php echo $page['page_id']; ?>');" title="<?php echo $HEADING['ADD_CHILD_PAGE']; ?>">
 						<img src="<?php echo THEME_URL; ?>/images/siteadd.png" name="addpage_<?php echo $page['page_id']; ?>" alt="Add Child Page" />
 					</a>
 					<?php } ?>
Index: branches/2.8.x/wb/admin/interface/version.php
===================================================================
--- branches/2.8.x/wb/admin/interface/version.php	(revision 1458)
+++ branches/2.8.x/wb/admin/interface/version.php	(revision 1459)
@@ -52,6 +52,6 @@
 
 // check if defined to avoid errors during installation (redirect to admin panel fails if PHP error/warnings are enabled)
 if(!defined('VERSION')) define('VERSION', '2.8.2.RC6');
-if(!defined('REVISION')) define('REVISION', '1458');
+if(!defined('REVISION')) define('REVISION', '1459');
 
 ?>
