diff --git a/libraries/navigation/Nodes/Node_DatabaseChild.class.php b/libraries/navigation/Nodes/Node_DatabaseChild.class.php index dbd1aaed61..e080e4ab37 100644 --- a/libraries/navigation/Nodes/Node_DatabaseChild.class.php +++ b/libraries/navigation/Nodes/Node_DatabaseChild.class.php @@ -17,7 +17,7 @@ if (! defined('PHPMYADMIN')) { abstract class Node_DatabaseChild extends Node { /** - * Returns HTML for hide button displayed infront of the table node + * Returns HTML for hide button displayed infront of the database child node * * @return HTML for hide button */ @@ -49,4 +49,4 @@ abstract class Node_DatabaseChild extends Node */ protected abstract function getItemType(); } -?> \ No newline at end of file +?>