Skip to content

Commit d0b5f28

Browse files
Update editor/plugins/gdextension/gdextension_create_dialog.cpp
Co-authored-by: Lukas Tenbrink <lukas.tenbrink@gmail.com>
1 parent b93eec5 commit d0b5f28

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

editor/plugins/gdextension/gdextension_create_dialog.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -250,8 +250,8 @@ GDExtensionCreateDialog::GDExtensionCreateDialog() {
250250
validation_panel = memnew(EditorValidationPanel);
251251
validation_panel->set_custom_minimum_size(Size2(500, 200) * EDSCALE);
252252
validation_panel->add_line(MSG_ID_BASE_NAME, TTR("Please specify a base name."));
253-
validation_panel->add_line(MSG_ID_LIBRARY_NAME, TTR("Please specify a base name."));
254-
validation_panel->add_line(MSG_ID_PATH, TTR("Please specify a base name."));
253+
validation_panel->add_line(MSG_ID_LIBRARY_NAME, TTR("Please specify a library name."));
254+
validation_panel->add_line(MSG_ID_PATH, TTR("Please specify a path."));
255255
validation_panel->set_update_callback(callable_mp(this, &GDExtensionCreateDialog::_on_required_text_changed));
256256
validation_panel->set_accept_button(get_ok_button());
257257
vbox->add_child(validation_panel);

0 commit comments

Comments
 (0)