fix: fix bad loc

This commit is contained in:
Anna 2021-04-27 20:20:03 -04:00
parent fb01dfc54b
commit 34943a5cbf
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ namespace NoSoliciting.Interface {
}
public void Draw() {
var windowTitle = Loc.Localize("Settings", $"{this.Plugin.Name} settings");
var windowTitle = Loc.Localize("Settings", "NoSoliciting settings");
if (!this.ShowSettings || !ImGui.Begin($"{windowTitle}###NoSoliciting settings", ref this._showSettings)) {
return;
}