minor changes

This commit is contained in:
Steffen Schröder
2014-05-24 20:39:18 +02:00
parent 62c51eef5b
commit ca4df9d89a
5 changed files with 10 additions and 9 deletions

View File

@ -314,7 +314,7 @@ class MapList implements ManialinkPageAnswerListener, CallbackListener {
$label->setText($queuedMaps[$map->uid]);
$label->setTextColor('fff');
// Checks if the Player who openend the Widget has queued the map
// Checks if the Player who opened the Widget has queued the map
$queuer = $this->maniaControl->mapManager->mapQueue->getQueuer($map->uid);
if ($queuer->login == $player->login) {
$description = 'Remove $<' . $map->name . '$> from the Map Queue';