forked from TeamInklings/Octobot
/remind: Switch away from zero-based numbering and rename index
(#155)
Signed-off-by: Macintosh II <mctaylxrs@outlook.com>
This commit is contained in:
parent
a70c228bc4
commit
d1e3558bc6
5 changed files with 26 additions and 24 deletions
8
src/Messages.Designer.cs
generated
8
src/Messages.Designer.cs
generated
|
@ -738,9 +738,9 @@ namespace Octobot {
|
|||
}
|
||||
}
|
||||
|
||||
internal static string InvalidReminderIndex {
|
||||
internal static string InvalidReminderPosition {
|
||||
get {
|
||||
return ResourceManager.GetString("InvalidReminderIndex", resourceCulture);
|
||||
return ResourceManager.GetString("InvalidReminderPosition", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -780,9 +780,9 @@ namespace Octobot {
|
|||
}
|
||||
}
|
||||
|
||||
internal static string ReminderIndex {
|
||||
internal static string ReminderPosition {
|
||||
get {
|
||||
return ResourceManager.GetString("ReminderIndex", resourceCulture);
|
||||
return ResourceManager.GetString("ReminderPosition", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Reference in a new issue