From: OzGav Date: Mon, 5 May 2025 14:06:07 +0000 (+1000) Subject: Grammar and additional text suggestion X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=2d9aef1837395421eb2bd0d501f361359c1e44e0;p=music-assistant-server.git Grammar and additional text suggestion --- diff --git a/music_assistant/providers/musiccast/__init__.py b/music_assistant/providers/musiccast/__init__.py index 28c6e71c..6fbde445 100644 --- a/music_assistant/providers/musiccast/__init__.py +++ b/music_assistant/providers/musiccast/__init__.py @@ -202,17 +202,19 @@ class MusicCast(PlayerProvider): ConfigEntry( key=CONF_PLAYER_SWITCH_SOURCE_NON_NET, type=ConfigEntryType.STRING, - label="Switch to this non-net source on group leave.", + label="Switch to this non-streaming source when leaving a group.", default_value=PLAYER_MAP_ZONE_SWITCH[zone_player.zone_name], - description="Switch to this non-net source on group leave. " - " This must be the source_id.", + description="The zone will switch to this non-streaming source when leaving a group. " + " The available sources can be seen when selecting 'Select source' ", + " from the menu in the now playing view.", + " This entry is case sensitive.", ), ConfigEntry( key=CONF_PLAYER_TURN_OFF_ON_LEAVE, type=ConfigEntryType.BOOLEAN, - label="Turn off zone after group is left.", + label="Turn off the zone when it leaves a group.", default_value=False, - description="Turn off zone after group is left.", + description="Turn off the zone when it leaves a group.", ), )