diff --git a/scripting/shavit-wr.sp b/scripting/shavit-wr.sp index 65ff036d..9c4baa13 100644 --- a/scripting/shavit-wr.sp +++ b/scripting/shavit-wr.sp @@ -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)) diff --git a/translations/shavit-wr.phrases.txt b/translations/shavit-wr.phrases.txt index 9ce967c3..11d72566 100644 --- a/translations/shavit-wr.phrases.txt +++ b/translations/shavit-wr.phrases.txt @@ -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" {