diff --git a/presentation/lookAndFeel/knowledgeTree/documentmanagement/viewUI.inc b/presentation/lookAndFeel/knowledgeTree/documentmanagement/viewUI.inc index 26194da..92fadf9 100644 --- a/presentation/lookAndFeel/knowledgeTree/documentmanagement/viewUI.inc +++ b/presentation/lookAndFeel/knowledgeTree/documentmanagement/viewUI.inc @@ -234,7 +234,7 @@ function getEditPage($oDocument) { $sToRender .= "graphicsUrl/widgets/publish.gif\" border=\"0\"/>\n"; } } else if ($_SESSION["userID"] == $oDocument->getCreatorID()) { - // no collaboration for this folder, so only the originator can request publication + // no collaboration for this folder, so only the creator can request publication // ??: or an administrator? $sToRender .= "graphicsUrl/widgets/publish.gif\" border=\"0\"/>\n"; }