gpodder: grammar tweak
authorOzGav <gavnosp@hotmail.com>
Mon, 21 Apr 2025 10:49:54 +0000 (20:49 +1000)
committerGitHub <noreply@github.com>
Mon, 21 Apr 2025 10:49:54 +0000 (20:49 +1000)
music_assistant/providers/gpodder/__init__.py

index f5ea797f83d21efc12eda05196c678a4c6fc7cb8..b89f93956e6c60e991b165f82435816da2f642e4 100644 (file)
@@ -224,9 +224,9 @@ async def get_config_entries(
         ConfigEntry(
             key=CONF_MAX_NUM_EPISODES,
             type=ConfigEntryType.INTEGER,
-            label="Maximum amount of episodes (0 for unlimited)",
+            label="Maximum number of episodes (0 for unlimited)",
             required=False,
-            description="Maximum amount of episodes to sync per feed. Use 0 for unlimited",
+            description="Maximum number of episodes to sync per feed. Use 0 for unlimited",
             default_value=0,
             value=values.get(CONF_MAX_NUM_EPISODES),
         ),