Add a better name for alternate split stone tiles: Checked Stone Tile.

This commit is contained in:
Calinou 2014-07-20 21:07:33 +02:00
parent ca0bddca29
commit c617fb57af
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@ local nodes = {
sounds = sound_stone,
},
["split_stone_tile_alt"] = {
description = S("Split Stone Tile"),
description = S("Checkered Stone Tile"),
groups = {cracky = 3},
sounds = sound_stone,
},