mirror of
https://github.com/shavitush/bhoptimer.git
synced 2025-12-07 18:38:26 +00:00
Part 6 Fix - (#318)
This commit is contained in:
parent
9203d17a33
commit
e6cbf352d5
@ -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())
|
||||
{
|
||||
|
||||
@ -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"
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user