Part 6 Fix - (#318)

This commit is contained in:
Technoblazed 2016-11-17 17:02:23 +00:00
parent 9203d17a33
commit e6cbf352d5
2 changed files with 4 additions and 4 deletions

View File

@ -1081,7 +1081,7 @@ public void SQL_RR_Callback(Database db, DBResultSet results, const char[] error
}
Menu m = new Menu(RRMenu_Handler);
m.SetTitle("%T:", "RecentRecords", client, gI_RecentLimit, (gI_RecentLimit != 1)? "s":"");
m.SetTitle("%T:", "RecentRecords", client, gI_RecentLimit);
while(results.FetchRow())
{
@ -1327,7 +1327,7 @@ void SQL_SetPrefix()
{
SetFailState("Cannot open \"configs/shavit-prefix.txt\". Make sure this file exists and that the server has read permissions to it.");
}
char[] sLine = new char[PLATFORM_MAX_PATH*2];
while(fFile.ReadLine(sLine, PLATFORM_MAX_PATH*2))

View File

@ -96,8 +96,8 @@
// ---------- WR Menu ---------- //
"RecentRecords"
{
"#format" "{1:d},{2:s}"
"en" "Recent {1} record{2}"
"#format" "{1:d}"
"en" "Recent {1} record(s)"
}
"WRDate"
{