Skip to content

Commit

Permalink
Fix world properties width in portuguese
Browse files Browse the repository at this point in the history
  • Loading branch information
vanjac committed Jan 15, 2024
1 parent 8897f43 commit 04ad9fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Assets/VoxelEditor/GUI/localization/PortugueseStrings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ public override string DemoWorldName(string name) =>
public override string PropSky =>
"Céu";
public override string PropAmbientLightIntensity =>
"Intensidade da luz ambiente";
"Luz ambiente";
public override string PropSunIntensity =>
"Intensidade do sol";
public override string PropSunColor =>
Expand Down

0 comments on commit 04ad9fb

Please sign in to comment.