Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix description of Enceladus' cryovolcanoes #263

Merged
merged 2 commits into from
Feb 12, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions GameData/RealSolarSystem/Localization/en-us.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ Localization
#RSS_Mimas_Biome6 = Herschel Peak

#RSS_Enceladus_name = Enceladus
#RSS_Enceladus_desc = Enceladus is the sixth-largest moon of Saturn, covered by fresh, clean ice and the surface temperature at noon only reaches 75 K. Its notable features include water-rich plumes venting from cryovolanoes the south polar region.
#RSS_Enceladus_desc = Enceladus is the sixth-largest moon of Saturn, covered by fresh, clean ice, where the surface temperature at noon only reaches 75 K. Its notable features include water-rich plumes venting from cryovolcanoes in the south polar region.
#RSS_Enceladus_Biome1 = Flatlands
#RSS_Enceladus_Biome2 = Northern Polar Region
#RSS_Enceladus_Biome3 = Southern Polar Region
Expand Down Expand Up @@ -740,4 +740,4 @@ Localization
#RSS_Science_MML_CharonSrfLanded = Some of the black-colored chalks escape from the container, and falls on the ground. Aside from this incident, the materials are very unreactive.
#RSS_Science_MML_CharonInSpace = You let the computer process the results. For now, you need another nap.
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
Properties
{
displayName = #RSS_Enceladus_name//Enceladus
description = #RSS_Enceladus_desc//Enceladus is the sixth-largest moon of Saturn, covered by fresh, clean ice and the surface temperature at noon only reaches 75 K. Its notable features include water-rich plumes venting from cryovolanoes the south polar region.
description = #RSS_Enceladus_desc//Enceladus is the sixth-largest moon of Saturn, covered by fresh, clean ice, where the surface temperature at noon only reaches 75 K. Its notable features include water-rich plumes venting from cryovolcanoes in the south polar region.
radius = 252100
gravParameter = 7.211454165826e+9
solarRotationPeriod = False
Expand Down