crossmate

A collaborative crossword app for iOS
Log | Files | Refs | LICENSE

commit 2e2fa7d2f6de00155a26e9919db88287a0b69aba
parent c034774513770873cf46b9381010fc47d1c1e88e
Author: Michael Camilleri <[email protected]>
Date:   Sat, 20 Jun 2026 16:22:39 +0900

Tweak wording of tips further

Diffstat:
MCrossmate/Models/TipStore.swift | 30+++++++++++++++---------------
1 file changed, 15 insertions(+), 15 deletions(-)

diff --git a/Crossmate/Models/TipStore.swift b/Crossmate/Models/TipStore.swift @@ -38,47 +38,47 @@ enum TipCatalog { static let all: [Tip] = [ Tip( id: "solve-together", - title: "Solve Together", + title: "Try a Multiplayer Crossword", body: "Start a puzzle and choose Share Puzzle from the Players menu." ), Tip( - id: "import-puzzles", - title: "Import Puzzles", - body: "Download Across Lite or XD files in Safari or save to the Crossmate folder in iCloud Drive." - ), - Tip( id: "connect-providers", - title: "Connect Providers", - body: "Add external providers in Settings. Connected providers appear when starting a new puzzle." + title: "Get More Puzzles", + body: "Add an external provider in Settings. Connected providers appear on the new puzzle screen." ), Tip( id: "pick-your-colour", title: "Pick Your Colour", - body: "Choose your colour. Crossmate selects a colour each time for friends." + body: "Choose your colour. Crossmate selects a different colour each time for friends." ), Tip( id: "get-attention", - title: "Get Attention", + title: "Announce Your Availability", body: "Nudge your friends from the in-game Players menu in a shared puzzle." ), Tip( id: "be-notified", - title: "Be Notified", + title: "Control Your Notifications", body: "Adjust the notifications you want to see in Settings." ), Tip( id: "take-a-hint", - title: "Take a Hint", + title: "Get Unstuck in Difficult Puzzles", body: "Use the in-game Hints menu to check your letters or get an answer." ), Tip( + id: "import-puzzles", + title: "Import Your Own Puzzles", + body: "Download Across Lite or XD files in Safari or save to the Crossmate folder in iCloud Drive." + ), + Tip( id: "undo-redo", - title: "Undo Mistakes", - body: "Use the overflow menu on the keyboard to access undo and redo." + title: "Undo Mistakes Easily", + body: "Press the overflow button on the onscreen keyboard to access undo and redo." ), Tip( id: "hardware-keyboard", - title: "Hardware Keyboard", + title: "Use a Hardware Keyboard", body: "Connect a keyboard to solve more swiftly.", only: [.iPad] ),