From 50c5c14865b7cbc9b9dc4bd5df01b4d71f77d5ae Mon Sep 17 00:00:00 2001 From: MaZderMind Date: Wed, 9 Dec 2015 21:46:46 +0100 Subject: Rename 'Music' to 'Radio' on all public places --- model/RoomSelection.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'model/RoomSelection.php') diff --git a/model/RoomSelection.php b/model/RoomSelection.php index c163321..9f0b16d 100644 --- a/model/RoomSelection.php +++ b/model/RoomSelection.php @@ -40,6 +40,9 @@ class RoomSelection case 'hd': return strtoupper($this->getSelection()); + case 'music': + return 'Radio'; + default: return ucfirst($this->getSelection()); } -- cgit v1.2.3