Skip to content

Commit

Permalink
Rename world creation "Spawn Time Options" to "World Time Options"
Browse files Browse the repository at this point in the history
  • Loading branch information
theFeu committed May 4, 2024
1 parent 3a6c4bb commit 77ff212
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/options.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2760,8 +2760,8 @@ void options_manager::add_options_world_default()

add_empty_line();

add_option_group( "world_default", Group( "spawn_time_opts", to_translation( "Spawn Time Options" ),
to_translation( "Options regarding spawn time." ) ),
add_option_group( "world_default", Group( "spawn_time_opts", to_translation( "World Time Options" ),
to_translation( "Options regarding the passage of time in the world." ) ),
[&]( const std::string & page_id ) {
add( "SEASON_LENGTH", page_id, to_translation( "Season length" ),
to_translation( "Season length, in days. Warning: Very little other than the duration of seasons scales with this value, so adjusting it may cause nonsensical results." ),
Expand Down

0 comments on commit 77ff212

Please sign in to comment.