Skip to content

Commit

Permalink
Tweak language
Browse files Browse the repository at this point in the history
- Simplify
- Phrase it so it's less presumptive that you're trying to switch windows within 98.js
  • Loading branch information
1j01 committed Nov 18, 2021
1 parent 75d3b46 commit 55f3f08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/window-switcher.js
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@
clippy.load("Clippy", function (loaded_agent) {
agent = loaded_agent;
agent.show();
const message = "It looks like you're trying to use Alt+Tab to switch between windows.\n\nUse Alt+` (grave accent) instead within the 98.js desktop.\n\nAlso, use Alt+4 instead of Alt+F4 to close windows.";
const message = "It looks like you're trying to switch windows.\n\nUse Alt+` (grave accent) instead of Alt+Tab within the 98.js desktop.\n\nAlso, use Alt+4 instead of Alt+F4 to close windows.";
agent.speak(message, true);
});
notice_shown = true;
Expand Down

0 comments on commit 55f3f08

Please sign in to comment.