Skip to content

Commit

Permalink
Text fix
Browse files Browse the repository at this point in the history
  • Loading branch information
LitRitt committed Dec 12, 2023
1 parent 28fa839 commit 83b685e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Ignited/Features/Gameplay/PauseMenuOptions.swift
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ extension [String]: LocalizedOptionValue
struct PauseMenuOptions
{
@Option(name: "Button Order",
description: "Change the order button appear in the pause menu.",
description: "Change the order that buttons appear in the pause menu.",
detailView: { items in
List {
ForEach(items, id: \.self) { $item in
Expand Down

0 comments on commit 83b685e

Please sign in to comment.