Fix code comments

This commit is contained in:
Jack251970 2025-06-30 12:58:44 +08:00
parent ea25a661ee
commit 5b8b84a34c

View file

@ -78,7 +78,7 @@ public static class PluginInstaller
{
API.LogException(ClassName, "Failed to install plugin", e);
API.ShowMsgError(API.GetTranslation("ErrorInstallingPlugin"));
return; // dont restart on failure
return; // do not restart on failure
}
if (Settings.AutoRestartAfterChanging)
@ -152,7 +152,7 @@ public static class PluginInstaller
{
API.LogException(ClassName, "Failed to uninstall plugin", e);
API.ShowMsgError(API.GetTranslation("ErrorUninstallingPlugin"));
return; // dont restart on failure
return; // don not restart on failure
}
if (Settings.AutoRestartAfterChanging)
@ -208,7 +208,7 @@ public static class PluginInstaller
{
API.LogException(ClassName, "Failed to update plugin", e);
API.ShowMsgError(API.GetTranslation("ErrorUpdatingPlugin"));
return; // dont restart on failure
return; // do not restart on failure
}
if (Settings.AutoRestartAfterChanging)