1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-18 14:21:41 +00:00

Fix typos 'a' and 'an'

This commit is contained in:
Poommetee Ketson
2017-09-02 21:19:06 +07:00
parent b4efb832a7
commit 459f526119
15 changed files with 30 additions and 30 deletions

View File

@@ -929,7 +929,7 @@ void ProjectSettingsEditor::_copy_to_platform(int p_which) {
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;
}