forked from UNLOZE/sm-plugins
changing map chooser again to use numbers of votes instead of percentages
This commit is contained in:
@@ -22,8 +22,8 @@
|
||||
|
||||
"Already Voted"
|
||||
{
|
||||
"#format" "{1:d},{2:.1f},{3:i}"
|
||||
"en" "You have already voted to Rock the Vote. ({1}%% RTV reached. ({2} RTV boost) ({3}%%)"
|
||||
"#format" "{1:i},{2:i},{3:i}"
|
||||
"en" "You have already voted to Rock the Vote. ({1}/{2} Votes. ({3} client RTV boost))"
|
||||
}
|
||||
|
||||
"Wait Before Revoting"
|
||||
@@ -44,8 +44,8 @@
|
||||
|
||||
"RTV Requested"
|
||||
{
|
||||
"#format" "{1:s},{2:d},{3:.1f},{4:d}"
|
||||
"en" "{1} wants to rock the vote. ({2}%% RTV reached) ({3} RTV boost) ({4}%%)"
|
||||
"#format" "{1:s},{2:d},{3:i},{4:i}"
|
||||
"en" "{1} wants to rock the vote. ({2}/{3} RTV reached) ({4} RTV boost)."
|
||||
}
|
||||
|
||||
"RTV Undone"
|
||||
|
||||
Reference in New Issue
Block a user