Bond_009 %!s(int64=5) %!d(string=hai) anos
pai
achega
5e0858d13f
Modificáronse 1 ficheiros con 3 adicións e 3 borrados
  1. 3 3
      Emby.Server.Implementations/Updates/InstallationManager.cs

+ 3 - 3
Emby.Server.Implementations/Updates/InstallationManager.cs

@@ -95,17 +95,17 @@ namespace Emby.Server.Implementations.Updates
         public event EventHandler<InstallationEventArgs> PackageInstallationCancelled;
 
         /// <summary>
-        /// Occurs when [plugin uninstalled].
+        /// Occurs when a plugin is uninstalled.
         /// </summary>
         public event EventHandler<GenericEventArgs<IPlugin>> PluginUninstalled;
 
         /// <summary>
-        /// Occurs when [plugin updated].
+        /// Occurs when a plugin plugin is updated.
         /// </summary>
         public event EventHandler<GenericEventArgs<(IPlugin, PackageVersionInfo)>> PluginUpdated;
 
         /// <summary>
-        /// Occurs when [plugin updated].
+        /// Occurs when a plugin plugin is installed.
         /// </summary>
         public event EventHandler<GenericEventArgs<PackageVersionInfo>> PluginInstalled;