Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
granny authored Mar 30, 2024
1 parent b8bb439 commit 24c7e56
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions core/src/main/java/net/pl3x/map/core/configuration/Lang.java
Original file line number Diff line number Diff line change
Expand Up @@ -102,9 +102,9 @@ public final class Lang extends AbstractConfig {
@Key("command.resume.description")
public static String COMMAND_RESUME_DESCRIPTION = "Resume renderers";
@Key("command.resume.resumed")
public static String COMMAND_RESUME_RESUMED = "<green>Renderers are now resumed";
public static String COMMAND_RESUME_RESUMED = "<green>Renderers have now resumed";
@Key("command.resume.already-resumed")
public static String COMMAND_RESUME_ALREADY_RESUMED = "<grey>Renderers are already resumed";
public static String COMMAND_RESUME_ALREADY_RESUMED = "<grey>Renderers have already resumed";

@Key("command.radiusrender.description")
public static String COMMAND_RADIUSRENDER_DESCRIPTION = "Render a section of a world";
Expand Down Expand Up @@ -148,7 +148,6 @@ public final class Lang extends AbstractConfig {
@Key("command.stitch.finished")
public static String COMMAND_STITCH_FINISHED = "<green>Finished stitching <count> tiles!\n<green>You can find it at <grey>/tiles/<world>/stitched/<filename>";


@Key("command.version.description")
public static String COMMAND_VERSION_DESCRIPTION = "Get version information";
@Key("command.version.please-wait")
Expand Down

0 comments on commit 24c7e56

Please sign in to comment.