diff --git a/ConfusedPolarBear.Plugin.IntroSkipper/ScheduledTasks/DetectCreditsTask.cs b/ConfusedPolarBear.Plugin.IntroSkipper/ScheduledTasks/DetectCreditsTask.cs
index 446ee70..e02d960 100644
--- a/ConfusedPolarBear.Plugin.IntroSkipper/ScheduledTasks/DetectCreditsTask.cs
+++ b/ConfusedPolarBear.Plugin.IntroSkipper/ScheduledTasks/DetectCreditsTask.cs
@@ -49,7 +49,7 @@ public class DetectCreditsTask : IScheduledTask
///
/// Gets the task description.
///
- public string Description => "Analyzes the audio and video of all television episodes to find credits.";
+ public string Description => "Analyzes media to determine the timestamp and length of credits";
///
/// Gets the task key.
diff --git a/ConfusedPolarBear.Plugin.IntroSkipper/ScheduledTasks/DetectIntrosCreditsTask.cs b/ConfusedPolarBear.Plugin.IntroSkipper/ScheduledTasks/DetectIntrosCreditsTask.cs
index 1c80fb4..913d87c 100644
--- a/ConfusedPolarBear.Plugin.IntroSkipper/ScheduledTasks/DetectIntrosCreditsTask.cs
+++ b/ConfusedPolarBear.Plugin.IntroSkipper/ScheduledTasks/DetectIntrosCreditsTask.cs
@@ -33,7 +33,7 @@ public class DetectIntrosCreditsTask : IScheduledTask
///
/// Gets the task name.
///
- public string Name => "Detect Introductions and Credits";
+ public string Name => "Detect Intros and Credits";
///
/// Gets the task category.
@@ -43,12 +43,12 @@ public class DetectIntrosCreditsTask : IScheduledTask
///
/// Gets the task description.
///
- public string Description => "Analyzes the audio of all television episodes to find introduction and credit sequences.";
+ public string Description => "Analyzes media to determine the timestamp and length of intros and credits.";
///
/// Gets the task key.
///
- public string Key => "CPBIntroSkipperDetectIntrosAndCredits";
+ public string Key => "CPBIntroSkipperDetectIntrosCredits";
///
/// Analyze all episodes in the queue. Only one instance of this task should be run at a time.
diff --git a/ConfusedPolarBear.Plugin.IntroSkipper/ScheduledTasks/DetectIntrosTask.cs b/ConfusedPolarBear.Plugin.IntroSkipper/ScheduledTasks/DetectIntrosTask.cs
index 8c30f4f..b0964f7 100644
--- a/ConfusedPolarBear.Plugin.IntroSkipper/ScheduledTasks/DetectIntrosTask.cs
+++ b/ConfusedPolarBear.Plugin.IntroSkipper/ScheduledTasks/DetectIntrosTask.cs
@@ -38,7 +38,7 @@ public class DetectIntrosTask : IScheduledTask
///
/// Gets the task name.
///
- public string Name => "Detect Introductions";
+ public string Name => "Detect Intros";
///
/// Gets the task category.
@@ -48,7 +48,7 @@ public class DetectIntrosTask : IScheduledTask
///
/// Gets the task description.
///
- public string Description => "Analyzes the audio of all television episodes to find introduction sequences.";
+ public string Description => "Analyzes media to determine the timestamp and length of intros.";
///
/// Gets the task key.