update task names and descriptions

This commit is contained in:
dkanada
2020-02-01 22:27:25 +09:00
parent b3811a9498
commit ab2349ff3c
7 changed files with 17 additions and 21 deletions

View File

@@ -96,7 +96,7 @@ namespace Emby.Server.Implementations.ScheduledTasks
}
/// <inheritdoc />
public string Name => "Check for plugin updates";
public string Name => "Update Plugins";
/// <inheritdoc />
public string Description => "Downloads and installs updates for plugins that are configured to update automatically.";