diff options
author | MaZderMind | 2015-12-09 21:46:46 +0100 |
---|---|---|
committer | MaZderMind | 2015-12-09 21:46:46 +0100 |
commit | 50c5c14865b7cbc9b9dc4bd5df01b4d71f77d5ae (patch) | |
tree | 87fa89c01c90a023a4ae21ee2b64eafb82b689e4 /model/RoomSelection.php | |
parent | 13bcfcd6f0b7c13bdbd60d928099b0d42d4ca6c6 (diff) |
Rename 'Music' to 'Radio' on all public places
Diffstat (limited to 'model/RoomSelection.php')
-rw-r--r-- | model/RoomSelection.php | 3 |
1 files changed, 3 insertions, 0 deletions
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()); } |