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())
{

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"
{