1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-19 14:31:59 +00:00

Fix typo 'an setting' to 'a setting'

This commit is contained in:
Poommetee Ketson
2017-08-26 17:57:32 +07:00
committed by GitHub
parent 1894157c9f
commit e705236ad6

View File

@@ -790,7 +790,7 @@ void ProjectSettingsEditor::_item_del() {
String path = globals_editor->get_property_editor()->get_selected_path(); String path = globals_editor->get_property_editor()->get_selected_path();
if (path == String()) { 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; return;
} }