From: Franz Liedke Date: Tue, 21 Jun 2011 08:00:49 +0000 (-0700) Subject: Fix dumb typos from last commit. X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=7f1df879c1e083575baa890edd07f7f2f1469f67;p=lorea%2Felgg.git Fix dumb typos from last commit. --- diff --git a/engine/classes/ElggMenuItem.php b/engine/classes/ElggMenuItem.php index caab2223d..10146899e 100644 --- a/engine/classes/ElggMenuItem.php +++ b/engine/classes/ElggMenuItem.php @@ -155,16 +155,16 @@ class ElggMenuItem { } /** - * Set the display text of the menu + * Set the display text of the menu item * - * @return string + * @return void */ public function setText($text) { $this->text = $text; } /** - * Get the display text of the menu + * Get the display text of the menu item * * @return string */