Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Uriopass committed Jul 11, 2024
1 parent 64f24df commit 6c866ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion native_app/src/newgui/hud/toolbox/terraforming.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ pub fn terraform_properties(uiw: &UiWorld) {
let terraform_choices = &[
(
TerraformKind::Elevation,
"Elevation (up/dpwn)",
"Elevation (up/down)",
"terraforming_raise_lower",
),
(TerraformKind::Smooth, "Smooth", "terraforming_smooth"),
Expand Down
2 changes: 1 addition & 1 deletion native_app/src/newgui/hud/toolbox/train.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ pub fn train_properties(uiw: &UiWorld) {
l.item_spacing = 10.0;
l.show(|| {
mincolumn(0.1, || {
if button("remove trian").clicked {
if button("remove train").clicked {
state.wagons.clear();
state.set_zero();
}
Expand Down

0 comments on commit 6c866ae

Please sign in to comment.