mirror of
https://github.com/aseprite/aseprite.git
synced 2025-03-29 19:20:09 +00:00
Fix Assign/Convert button labels in Sprite Properties dialog
Regression introduced in 974c13dd33e85dfd5de470ea80bc267834a6a7b6
This commit is contained in:
parent
2f6655f57e
commit
c527d68c64
@ -1951,8 +1951,8 @@ square_pixels = Square Pixels (1:1)
|
||||
double_wide = Double-wide Pixels (2:1)
|
||||
double_high = Double-high Pixels (1:2)
|
||||
color_profile = Color Profile:
|
||||
assign_color_profile = Assign
|
||||
convert_color_profile = Convert
|
||||
assign = Assign
|
||||
convert = Convert
|
||||
rgb = RGB
|
||||
grayscale = Grayscale
|
||||
indexed_color = Indexed ({0} colors)
|
||||
|
@ -36,10 +36,10 @@
|
||||
|
||||
<label text="@.color_profile" />
|
||||
<hbox>
|
||||
<combobox id="color_profile" cell_align="horizontal" expansive="true"></combobox>
|
||||
<combobox id="color_profile" cell_align="horizontal" expansive="true" />
|
||||
<hbox homogeneous="true">
|
||||
<button id="assign_color_profile" text="@.assign_color_profile">Assign</button>
|
||||
<button id="convert_color_profile" text="@.convert_color_profile">Convert</button>
|
||||
<button id="assign_color_profile" text="@.assign" />
|
||||
<button id="convert_color_profile" text="@.convert" />
|
||||
</hbox>
|
||||
</hbox>
|
||||
</grid>
|
||||
|
Loading…
x
Reference in New Issue
Block a user