Fix message sent when user is trying give themselves !neutral karma
This commit is contained in:
parent
6c142f41d3
commit
c77b501b6c
4 changed files with 16 additions and 1 deletions
9
src/Bot/Localization/Karma.Designer.cs
generated
9
src/Bot/Localization/Karma.Designer.cs
generated
|
@ -87,6 +87,15 @@ namespace Geekbot.Bot.Localization {
|
|||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Sorry {0}, but you can'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't give yourself karma.
|
||||
/// </summary>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue