loc: fix duplicate keys in PluginInstallerWindow.cs

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

View file

@ -2388,7 +2388,7 @@ namespace Dalamud.Interface.Internal.Windows
public static string PluginTitleMod_OutdatedError => Loc.Localize("InstallerOutdatedError", " (outdated)");
public static string PluginTitleMod_BannedError => Loc.Localize("InstallerOutdatedError", " (banned)");
public static string PluginTitleMod_BannedError => Loc.Localize("InstallerBannedError", " (banned)");
public static string PluginTitleMod_New => Loc.Localize("InstallerNewPlugin ", " New!");
@ -2554,7 +2554,7 @@ namespace Dalamud.Interface.Internal.Windows
public static string FeedbackModal_NotificationSuccess => Loc.Localize("InstallerFeedbackNotificationSuccess", "Your feedback was sent successfully!");
public static string FeedbackModal_NotificationError => Loc.Localize("InstallerFeedbackNotificationSuccess", "Your feedback could not be sent.");
public static string FeedbackModal_NotificationError => Loc.Localize("InstallerFeedbackNotificationError", "Your feedback could not be sent.");
#endregion