From dc37ccaf4a880edc60b023d98bddab31b4a4b6ad Mon Sep 17 00:00:00 2001 From: kremsy Date: Fri, 24 Jan 2014 21:42:16 +0100 Subject: [PATCH] removed , --- application/plugins/QueuePlugin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/plugins/QueuePlugin.php b/application/plugins/QueuePlugin.php index fbf1d44d..0374d3bd 100644 --- a/application/plugins/QueuePlugin.php +++ b/application/plugins/QueuePlugin.php @@ -307,7 +307,7 @@ class QueuePlugin implements CallbackListener, CommandListener, ManialinkPageAns } } - $statusLabel->setText('$aaaStatus: In queue, (' . $position . '/' . count($this->queue) . ') Waiting: ' . count($this->queue) . '/' . $max_queue . ''); + $statusLabel->setText('$aaaStatus: In queue (' . $position . '/' . count($this->queue) . ') Waiting: ' . count($this->queue) . '/' . $max_queue . ''); $messageLabel->setAction(self::ML_REMOVEFROMQUEUE); $backgroundQuad->setAction(self::ML_REMOVEFROMQUEUE); $statusLabel->setAction(self::ML_REMOVEFROMQUEUE);