Move some new raw strings from Import Sprite Sheet .xml to en.ini

This commit is contained in:
David Capello 2019-02-11 09:52:01 -03:00
parent bdd4202c35
commit e670a7a5d6
2 changed files with 4 additions and 2 deletions

View File

@ -621,10 +621,12 @@ new_version_available = New {0} v{1} available!
title = Import Sprite Sheet
select_file = Select File
type = Type:
tiles = Tiles:
x = X:
y = Y:
width = Width:
height = Height:
padding = Padding:
horizontal_padding = Horizontal:
vertical_padding = Vertical:
partial_tiles = Include partial tiles at bottom/right edges

View File

@ -10,7 +10,7 @@
<label text="@.type" />
<combobox id="sheet_type" cell_hspan="3" />
<separator text="Tiles:" horizontal="true" cell_hspan="4" />
<separator text="@.tiles" horizontal="true" cell_hspan="4" />
<label text="@.x" />
<expr id="x" text="0" />
@ -24,7 +24,7 @@
<label text="@.height" />
<expr id="height" text="16" />
<separator text="Padding:" horizontal="true" cell_hspan="4" />
<separator text="@.padding" horizontal="true" cell_hspan="4" />
<label text="@.horizontal_padding" />
<expr id="horizontal_padding" text="0" />