fix: clarify text in plugin installer

This commit is contained in:
goaaats 2021-10-08 03:39:24 +02:00
parent 6971d69abb
commit 47a6df074d
No known key found for this signature in database
GPG key ID: F18F057873895461

View file

@ -2424,7 +2424,7 @@ namespace Dalamud.Interface.Internal.Windows
public static string PluginBody_Outdated => Loc.Localize("InstallerOutdatedPluginBody ", "This plugin is outdated and incompatible at the moment. Please wait for it to be updated by its author.");
public static string PluginBody_Banned => Loc.Localize("InstallerBannedPluginBody ", "This plugin version is banned and not available at the moment. Please wait for it to be updated by its author.");
public static string PluginBody_Banned => Loc.Localize("InstallerBannedPluginBody ", "This plugin version is banned due to incompatibilities and not available at the moment. Please wait for it to be updated by its author.");
#endregion