Przeglądaj źródła

Fix typo 'an setting' to 'a setting'

Poommetee Ketson 8 lat temu
rodzic
commit
e705236ad6
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      editor/project_settings_editor.cpp

+ 1 - 1
editor/project_settings_editor.cpp

@@ -790,7 +790,7 @@ void ProjectSettingsEditor::_item_del() {
 
 	String path = globals_editor->get_property_editor()->get_selected_path();
 	if (path == String()) {
-		EditorNode::get_singleton()->show_warning(TTR("Select an setting item first!"));
+		EditorNode::get_singleton()->show_warning(TTR("Select a setting item first!"));
 		return;
 	}