mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-16 18:31:32 +00:00
Turned some 'name' strings into 'editor_name' strings.
This commit is contained in:
parent
041def34d4
commit
b0ee0f2e75
@ -6,7 +6,7 @@
|
||||
[terrain_type]
|
||||
symbol_image=unwalkable/lava
|
||||
id=lava
|
||||
# name= _ "Lava"
|
||||
editor_name= _ "Lava"
|
||||
string=^Yl
|
||||
mvt_alias="+,Uu,Qt"
|
||||
def_alias="-,Uu,Qt"
|
||||
@ -34,7 +34,7 @@
|
||||
[terrain_type]
|
||||
symbol_image=../scenery/fire1
|
||||
id=campfire
|
||||
name= _ "Campfire"
|
||||
editor_name= _ "Campfire"
|
||||
string=^Fi
|
||||
aliasof=_bas
|
||||
editor_group=utbs
|
||||
@ -44,7 +44,7 @@
|
||||
[terrain_type]
|
||||
symbol_image=darkcastle
|
||||
id=phantom_castle
|
||||
name= _ "Phantom Castle"
|
||||
editor_name= _ "Phantom Castle"
|
||||
string=Dd^Cd # so we don't get desert overlays
|
||||
aliasof=Cud
|
||||
recruit_onto=true
|
||||
@ -56,7 +56,7 @@
|
||||
[terrain_type]
|
||||
symbol_image=dark-keep-throne
|
||||
id=phantom_keep
|
||||
name= _ "Phantom Keep"
|
||||
editor_name= _ "Phantom Keep"
|
||||
string=Dd^Kd # so we don't get desert overlays
|
||||
aliasof=Kud
|
||||
recruit_onto=true
|
||||
|
Loading…
x
Reference in New Issue
Block a user