Skip to content

Commit

Permalink
Clarify that you can exit an editor wizard by typing "cancel"
Browse files Browse the repository at this point in the history
  • Loading branch information
Redned235 committed Nov 10, 2024
1 parent 408f1d8 commit dba73de
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ public final class Messages {
"""
);
public static final Message ERROR_OCCURRED_APPLYING_CHANGES = error("editor-error-occurred-applying-changes", "An error occurred while applying changes. Please see the console for more information!");
public static final Message ERROR_ALREADY_IN_EDITOR = error("editor-error-already-in-editor", "You are already in an editor wizard!");
public static final Message ERROR_ALREADY_IN_EDITOR = error("editor-error-already-in-editor", "You are already in an editor wizard! Type \"cancel\" to exit.");

public static final Message MAP_CREATE_NAME = info("editor-map-create-name", "Enter a name for the map! Type \"cancel\" to cancel.");
public static final Message MAP_EXISTS = error("editor-map-exists", "A map by that name already exists!");
Expand Down

0 comments on commit dba73de

Please sign in to comment.