mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Use bullet points in the editor instead of dashes where relevant
This commit is contained in:
parent
5d4352fad4
commit
10ef55ce23
3 changed files with 4 additions and 4 deletions
|
|
@ -1081,7 +1081,7 @@ ProjectExportDialog::ProjectExportDialog() {
|
|||
script_key = memnew(LineEdit);
|
||||
script_key->connect("text_changed", this, "_script_encryption_key_changed");
|
||||
script_key_error = memnew(Label);
|
||||
script_key_error->set_text("- " + TTR("Invalid Encryption Key (must be 64 hexadecimal characters long)"));
|
||||
script_key_error->set_text(String::utf8("• ") + TTR("Invalid Encryption Key (must be 64 hexadecimal characters long)"));
|
||||
script_key_error->add_color_override("font_color", EditorNode::get_singleton()->get_gui_base()->get_color("error_color", "Editor"));
|
||||
script_vb->add_margin_child(TTR("GDScript Encryption Key (256-bits as hexadecimal):"), script_key);
|
||||
script_vb->add_child(script_key_error);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue