aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/ScheduledTasks/Tasks/PluginUpdateTask.cs
diff options
context:
space:
mode:
authorferferga <ferferga.fer@gmail.com>2020-03-29 23:46:19 +0200
committerferferga <ferferga.fer@gmail.com>2020-03-29 23:46:19 +0200
commita9759f6a8060cac6c21be3a952d7f17f6bc39c22 (patch)
treee3a6e3653b6762acfc006adf4b5bf472aea22ecb /Emby.Server.Implementations/ScheduledTasks/Tasks/PluginUpdateTask.cs
parent620135d8da3fea0be4a351babf74dfd73121ac4b (diff)
Rename translation keys
Diffstat (limited to 'Emby.Server.Implementations/ScheduledTasks/Tasks/PluginUpdateTask.cs')
-rw-r--r--Emby.Server.Implementations/ScheduledTasks/Tasks/PluginUpdateTask.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/ScheduledTasks/Tasks/PluginUpdateTask.cs b/Emby.Server.Implementations/ScheduledTasks/Tasks/PluginUpdateTask.cs
index 2785a089a..588944d0e 100644
--- a/Emby.Server.Implementations/ScheduledTasks/Tasks/PluginUpdateTask.cs
+++ b/Emby.Server.Implementations/ScheduledTasks/Tasks/PluginUpdateTask.cs
@@ -105,7 +105,7 @@ namespace Emby.Server.Implementations.ScheduledTasks
public string Description => _localization.GetLocalizedString("TaskUpdatePluginsDescription");
/// <inheritdoc />
- public string Category => _localization.GetLocalizedString("TasksCategoryApplication");
+ public string Category => _localization.GetLocalizedString("TasksApplicationCategory");
/// <inheritdoc />
public string Key => "PluginUpdates";