Skip to content

Commit

Permalink
Update a palette string
Browse files Browse the repository at this point in the history
  • Loading branch information
OverloadedOrama committed May 11, 2021
1 parent 9e7de00 commit 36652c6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 0 additions & 3 deletions Translations/Translations.pot
Original file line number Diff line number Diff line change
Expand Up @@ -1625,9 +1625,6 @@ msgstr ""
msgid "Create a new palette"
msgstr ""

msgid "Create New Palette"
msgstr ""

msgid "Comment:"
msgstr ""

Expand Down
3 changes: 2 additions & 1 deletion src/Palette/CreatePaletteDialog.tscn
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
margin_top = 1.0
margin_right = 300.0
margin_bottom = 438.0
window_title = "Create New Palette"
window_title = "Create a new palette"
resizable = true
script = ExtResource( 1 )
__meta__ = {
Expand Down Expand Up @@ -177,6 +177,7 @@ text = "Palette name is required!"
align = 1
valign = 2
autowrap = true

[connection signal="confirmed" from="." to="." method="_on_CreatePaletteDialog_confirmed"]
[connection signal="popup_hide" from="." to="." method="_on_CreatePaletteDialog_popup_hide"]
[connection signal="item_selected" from="VBoxContainer/PaletteMetadata/Preset" to="." method="_on_Preset_item_selected"]
Expand Down
1 change: 1 addition & 0 deletions src/Palette/PalettePanel.tscn
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,7 @@ margin_left = 7.0
margin_top = 7.0
margin_right = 317.0
margin_bottom = 312.0

[connection signal="item_selected" from="PaletteVBoxContainer/PaletteButtons/PaletteSelect" to="." method="_on_PaletteSelect_item_selected"]
[connection signal="pressed" from="PaletteVBoxContainer/PaletteButtons/EditPalette" to="." method="_on_EditPalette_pressed"]
[connection signal="pressed" from="PaletteVBoxContainer/PaletteButtons/AddPalette" to="." method="_on_AddPalette_pressed"]
Expand Down

0 comments on commit 36652c6

Please sign in to comment.