1
0
Fork 1
mirror of https://github.com/TeamOctolings/Octobot.git synced 2025-05-04 04:56:30 +03:00

/remind: Switch away from zero-based numbering and rename index (#155)

Signed-off-by: Macintosh II <mctaylxrs@outlook.com>
This commit is contained in:
Macintxsh 2023-10-06 17:17:48 +03:00 committed by GitHub
parent a70c228bc4
commit d1e3558bc6
Signed by: GitHub
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 26 additions and 24 deletions

View file

@ -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);
}
}