Skip to content

Commit

Permalink
Merge pull request #118 from justinsmid/fix-typo-offical
Browse files Browse the repository at this point in the history
fix: typo: `offical` -> `official`
  • Loading branch information
GreepTheSheep authored Nov 17, 2023
2 parents 0ce057c + 9ee30c7 commit 39bbde5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Utils/RMC/RMC.as
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ class RMC
void RenderCustomSearchWarning() {
if ((RMC::IsRunning || RMC::IsStarting) && PluginSettings::CustomRules) {
UI::Separator();
UI::Text("\\$fc0"+ Icons::ExclamationTriangle + " \\$zInvalid for offical leaderboards ");
UI::Text("\\$fc0"+ Icons::ExclamationTriangle + " \\$zInvalid for official leaderboards ");
UI::SetPreviousTooltip("This run has custom search parameters enabled, meaning that you only get maps after the settings you configured. \nTo change this, toggle the \"Use these parameters in RMC\" under the \"Searching\" settings");
}
}
Expand Down

0 comments on commit 39bbde5

Please sign in to comment.