瀏覽代碼

Merge pull request #12246 from ISylvox/editable-warning

Adjust Editable_Warning for "This resource was imported...." Alert

[ci skip]
Rémi Verschelde 8 年之前
父節點
當前提交
3971bd41bb
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      editor/editor_node.cpp

+ 1 - 1
editor/editor_node.cpp

@@ -1454,7 +1454,7 @@ void EditorNode::_edit_current() {
 			}
 		} else if (current_res->get_path().is_resource_file()) {
 			if (FileAccess::exists(current_res->get_path() + ".import")) {
-				editable_warning = TTR("This resource was imported, so it's not editable. Change it's settings in the import panel and re-import.");
+				editable_warning = TTR("This resource was imported, so it's not editable. Change its settings in the import panel and then re-import.");
 			}
 		}
 	} else if (is_node) {