File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
editor/plugins/gdextension Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -250,8 +250,8 @@ GDExtensionCreateDialog::GDExtensionCreateDialog() {
250
250
validation_panel = memnew (EditorValidationPanel);
251
251
validation_panel->set_custom_minimum_size (Size2 (500 , 200 ) * EDSCALE);
252
252
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 ." ));
255
255
validation_panel->set_update_callback (callable_mp (this , &GDExtensionCreateDialog::_on_required_text_changed));
256
256
validation_panel->set_accept_button (get_ok_button ());
257
257
vbox->add_child (validation_panel);
You can’t perform that action at this time.
0 commit comments