Fix message sent when user is trying give themselves !neutral karma

This commit is contained in:
Daan Boerlage 2021-03-18 12:27:26 +01:00
parent 6c142f41d3
commit c77b501b6c
Signed by: daan
GPG key ID: FCE070E1E4956606
4 changed files with 16 additions and 1 deletions

View file

@ -87,6 +87,15 @@ namespace Geekbot.Bot.Localization {
}
}
/// <summary>
/// Looks up a localized string similar to Sorry {0}, but you can&apos;t give yourself neutral karma.
/// </summary>
internal static string CannotChangeOwnSame {
get {
return ResourceManager.GetString("CannotChangeOwnSame", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Sorry {0}, but you can&apos;t give yourself karma.
/// </summary>