Merge pull request #10647 from Noshyaar/patch-1

ProjectSettings: Fix typo 'an setting' to 'a setting'
This commit is contained in:
Andreas Haas 2017-08-26 14:27:28 +02:00 committed by GitHub
commit f634973acb
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}